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
0244ac5a
Commit
0244ac5a
authored
Oct 23, 2011
by
Éric Araujo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Note that the #1548891 fix indirectly fixes shlex (#6988, #1170)
parent
c13f83ef
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
Doc/library/shlex.rst
Doc/library/shlex.rst
+1
-3
Misc/NEWS
Misc/NEWS
+2
-1
No files found.
Doc/library/shlex.rst
View file @
0244ac5a
...
@@ -21,9 +21,7 @@ syntaxes resembling that of the Unix shell. This will often be useful for
...
@@ -21,9 +21,7 @@ syntaxes resembling that of the Unix shell. This will often be useful for
writing minilanguages, (for example, in run control files for Python
writing minilanguages, (for example, in run control files for Python
applications) or for parsing quoted strings.
applications) or for parsing quoted strings.
.. note::
Prior to Python 2.7.3, this module did not support Unicode input.
The :mod:`shlex` module currently does not support Unicode input.
The :mod:`shlex` module defines the following functions:
The :mod:`shlex` module defines the following functions:
...
...
Misc/NEWS
View file @
0244ac5a
...
@@ -68,7 +68,8 @@ Library
...
@@ -68,7 +68,8 @@ Library
-
Issue
#
1548891
:
The
cStringIO
.
StringIO
()
constructor
now
encodes
unicode
-
Issue
#
1548891
:
The
cStringIO
.
StringIO
()
constructor
now
encodes
unicode
arguments
with
the
system
default
encoding
just
like
the
write
()
method
arguments
with
the
system
default
encoding
just
like
the
write
()
method
does
,
instead
of
converting
it
to
a
raw
buffer
.
does
,
instead
of
converting
it
to
a
raw
buffer
.
This
also
fixes
handling
of
unicode
input
in
the
shlex
module
(#
6988
,
#
1170
).
-
Issue
#
9168
:
now
smtpd
is
able
to
bind
privileged
port
.
-
Issue
#
9168
:
now
smtpd
is
able
to
bind
privileged
port
.
...
...
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