mirror of
https://github.com/python/cpython.git
synced 2025-09-14 04:37:29 +00:00
Some long overdue maintainance. Made all IDE sources 7-bit-clean, to avoid any further encoding conversion troubles.
This commit is contained in:
parent
9020bcebc8
commit
dc3c617cb8
14 changed files with 86 additions and 84 deletions
|
@ -1,9 +1,9 @@
|
|||
# copyright 1996-1999 Just van Rossum, Letterror. just@letterror.com
|
||||
# copyright 1996-2001 Just van Rossum, Letterror. just@letterror.com
|
||||
|
||||
# keep this (__main__) as clean as possible, since we are using
|
||||
# it like the "normal" interpreter.
|
||||
|
||||
__version__ = '1.0'
|
||||
__version__ = '1.0.1'
|
||||
|
||||
|
||||
def init():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue