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
02111610
Commit
02111610
authored
Aug 18, 2010
by
Éric Araujo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo
parent
89f7096f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Doc/using/cmdline.rst
Doc/using/cmdline.rst
+2
-2
Doc/whatsnew/3.2.rst
Doc/whatsnew/3.2.rst
+1
-1
No files found.
Doc/using/cmdline.rst
View file @
02111610
...
@@ -444,7 +444,7 @@ These environment variables influence Python's behavior.
...
@@ -444,7 +444,7 @@ These environment variables influence Python's behavior.
.. envvar:: PYTHONFSENCODING
.. envvar:: PYTHONFSENCODING
If this is set before running the intepreter, it overrides the encoding used
If this is set before running the inte
r
preter, it overrides the encoding used
for the filesystem encoding (see :func:`sys.getfilesystemencoding`).
for the filesystem encoding (see :func:`sys.getfilesystemencoding`).
.. versionadded:: 3.2
.. versionadded:: 3.2
...
@@ -452,7 +452,7 @@ These environment variables influence Python's behavior.
...
@@ -452,7 +452,7 @@ These environment variables influence Python's behavior.
.. envvar:: PYTHONIOENCODING
.. envvar:: PYTHONIOENCODING
If this is set before running the intepreter, it overrides the encoding used
If this is set before running the inte
r
preter, it overrides the encoding used
for stdin/stdout/stderr, in the syntax ``encodingname:errorhandler``. The
for stdin/stdout/stderr, in the syntax ``encodingname:errorhandler``. The
``:errorhandler`` part is optional and has the same meaning as in
``:errorhandler`` part is optional and has the same meaning as in
:func:`str.encode`.
:func:`str.encode`.
...
...
Doc/whatsnew/3.2.rst
View file @
02111610
...
@@ -241,7 +241,7 @@ Unicode
...
@@ -241,7 +241,7 @@ Unicode
=======
=======
The filesystem encoding can be specified by setting the
The filesystem encoding can be specified by setting the
:envvar:`PYTHONFSENCODING` environment variable before running the intepreter.
:envvar:`PYTHONFSENCODING` environment variable before running the inte
r
preter.
The value should be a string in the form ``<encoding>``, e.g. ``utf-8``.
The value should be a string in the form ``<encoding>``, e.g. ``utf-8``.
...
...
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