mirror of
https://github.com/python/cpython.git
synced 2025-08-28 20:56:54 +00:00
Comment fixes extracted from patch by Demur Rumed.
This commit is contained in:
parent
0db9016a56
commit
5697c4b641
3 changed files with 104 additions and 108 deletions
|
@ -130,10 +130,6 @@ _code_type = type(_write_atomic.__code__)
|
|||
# a .pyc file in text mode the magic number will be wrong; also, the
|
||||
# Apple MPW compiler swaps their values, botching string constants.
|
||||
#
|
||||
# The magic numbers must be spaced apart at least 2 values, as the
|
||||
# -U interpeter flag will cause MAGIC+1 being used. They have been
|
||||
# odd numbers for some time now.
|
||||
#
|
||||
# There were a variety of old schemes for setting the magic number.
|
||||
# The current working scheme is to increment the previous value by
|
||||
# 10.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue