Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
a40ea756
Commit
a40ea756
authored
Oct 04, 2002
by
Marc-André Lemburg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix doc-string.
parent
97047e21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Lib/encodings/aliases.py
Lib/encodings/aliases.py
+3
-3
No files found.
Lib/encodings/aliases.py
View file @
a40ea756
...
...
@@ -3,9 +3,9 @@
This module is used by the encodings package search function to
map encodings names to module names.
Note that the search function
converts the encoding names to lower
case and replaces hyphens with underscores *before* performing the
lookup
.
Note that the search function
normalizes the encoding names before
doing the lookup, so the mapping will have to map normalized
encoding names to module names
.
Contents:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment