From: Stefan Behnel Date: Fri, 18 Dec 2009 07:45:19 +0000 (+0100) Subject: cleanups after removing Lexicon.pickle X-Git-Tag: 0.12.1~34 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f1f678e196aa303f7969867dcc13b35a6e5520f1;p=cython.git cleanups after removing Lexicon.pickle --- diff --git a/Cython/Compiler/Lexicon.py b/Cython/Compiler/Lexicon.py index 53e70c64..b9906542 100644 --- a/Cython/Compiler/Lexicon.py +++ b/Cython/Compiler/Lexicon.py @@ -1,8 +1,5 @@ # -# Pyrex Scanner - Lexical Definitions -# -# Changing anything in this file will cause Lexicon.pickle -# to be rebuilt next time pyrexc is run. +# Cython Scanner - Lexical Definitions # raw_prefixes = "rR" diff --git a/Cython/Compiler/Scanning.py b/Cython/Compiler/Scanning.py index 484696c3..58596989 100644 --- a/Cython/Compiler/Scanning.py +++ b/Cython/Compiler/Scanning.py @@ -1,5 +1,5 @@ # -# Pyrex Scanner +# Cython Scanner # import os @@ -20,12 +20,6 @@ from Lexicon import string_prefixes, raw_prefixes, make_lexicon, IDENT from StringEncoding import EncodedString -try: - plex_version = Plex._version -except AttributeError: - plex_version = None -#print "Plex version:", plex_version ### - debug_scanner = 0 trace_scanner = 0 scanner_debug_flags = 0