mirror of
https://github.com/python/cpython.git
synced 2025-08-09 11:29:45 +00:00
Fixed macroman<->latin1 conversion. Some chars don't
exist in latin1, but at least the roundtrip results in the same macroman characters.
This commit is contained in:
parent
dfebe90c4c
commit
6f84ed5afc
48 changed files with 234 additions and 232 deletions
|
@ -204,7 +204,7 @@ class index(aetools.NProperty):
|
|||
which = 'pidx'
|
||||
want = 'long'
|
||||
class mode(aetools.NProperty):
|
||||
"""mode - The document¹s open mode"""
|
||||
"""mode - The documentÕs open mode"""
|
||||
which = 'Mode'
|
||||
want = 'Mode'
|
||||
class modified(aetools.NProperty):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue