mirror of
https://github.com/python/cpython.git
synced 2025-09-14 20:56:06 +00:00
Fixed reference to cr/lf problems
This commit is contained in:
parent
1df16d095e
commit
d9585c936b
1 changed files with 2 additions and 2 deletions
|
@ -362,8 +362,8 @@ little to do about this currently. <p>
|
||||||
|
|
||||||
Probably the most common cause of problems with modules ported from
|
Probably the most common cause of problems with modules ported from
|
||||||
other systems is the Mac end-of-line convention. Where unix uses
|
other systems is the Mac end-of-line convention. Where unix uses
|
||||||
linefeed, 0x0d, to separate lines the mac uses carriage return,
|
linefeed, 0x0a, to separate lines the mac uses carriage return,
|
||||||
0x0a. To complicate matters more a lot of mac programming editors like
|
0x0d. To complicate matters more a lot of mac programming editors like
|
||||||
BBEdit and emacs will work happily with both conventions, so the file
|
BBEdit and emacs will work happily with both conventions, so the file
|
||||||
will appear to be correct in the editor but cause strange errors when
|
will appear to be correct in the editor but cause strange errors when
|
||||||
imported. BBEdit has a popup menu which allows you to inspect (and
|
imported. BBEdit has a popup menu which allows you to inspect (and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue