mirror of
https://github.com/python/cpython.git
synced 2025-12-10 11:00:14 +00:00
typos fixed by Rob Hooft
This commit is contained in:
parent
7c014684c2
commit
a05e293a21
32 changed files with 41 additions and 41 deletions
|
|
@ -13,7 +13,7 @@ hexbin(inputfilename, outputfilename)
|
|||
# XXXX Note: currently, textfiles appear in mac-form on all platforms.
|
||||
# We seem to lack a simple character-translate in python.
|
||||
# (we should probably use ISO-Latin-1 on all but the mac platform).
|
||||
# XXXX The simeple routines are too simple: they expect to hold the complete
|
||||
# XXXX The simple routines are too simple: they expect to hold the complete
|
||||
# files in-core. Should be fixed.
|
||||
# XXXX It would be nice to handle AppleDouble format on unix
|
||||
# (for servers serving macs).
|
||||
|
|
@ -48,7 +48,7 @@ if os.name == 'mac':
|
|||
try:
|
||||
openrf = MacOS.openrf
|
||||
except AttributeError:
|
||||
# Backward compatability
|
||||
# Backward compatibility
|
||||
openrf = open
|
||||
|
||||
def FInfo():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue