Comment fixes extracted from patch by Demur Rumed.

This commit is contained in:
Serhiy Storchaka 2016-06-12 17:02:10 +03:00
parent 0db9016a56
commit 5697c4b641
3 changed files with 104 additions and 108 deletions

View file

@ -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.