mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Merged revisions 76337 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r76337 | philip.jenvey | 2009-11-16 18:42:26 -0800 (Mon, 16 Nov 2009) | 2 lines #1757126: fix typo with the cyrillic_asian alias ........
This commit is contained in:
parent
06bf4994d7
commit
1309adb06a
2 changed files with 3 additions and 1 deletions
|
@ -442,7 +442,7 @@ aliases = {
|
|||
'csptcp154' : 'ptcp154',
|
||||
'pt154' : 'ptcp154',
|
||||
'cp154' : 'ptcp154',
|
||||
'cyrillic-asian' : 'ptcp154',
|
||||
'cyrillic_asian' : 'ptcp154',
|
||||
|
||||
## quopri_codec codec
|
||||
#'quopri' : 'quopri_codec',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue