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
86f9074c
Commit
86f9074c
authored
Mar 21, 2011
by
Éric Araujo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some issue references in NEWS
parent
c75f2651
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Misc/NEWS
Misc/NEWS
+5
-5
No files found.
Misc/NEWS
View file @
86f9074c
...
...
@@ -155,14 +155,14 @@ Library
- Subclasses of collections.OrderedDict now work correctly with __missing__.
- Issue
10753 - Characters '
;
',
'
=
' and '
,
' in the PATH_INFO environment
- Issue
#10753 - Characters '
;
',
'
=
' and '
,
' in the PATH_INFO environment
variable won'
t
be
quoted
when
the
URI
is
constructed
by
the
wsgiref
.
util
's
request_uri method. According to RFC 3986, these characters can be a part of
params in PATH component of URI and need not be quoted.
- Issue 10738: Fix webbrowser.Opera.raise_opts
- Issue
#
10738: Fix webbrowser.Opera.raise_opts
- Issue 9824: SimpleCookie now encodes , and ; in values to cater to how
- Issue
#
9824: SimpleCookie now encodes , and ; in values to cater to how
browsers actually parse cookies.
- Issue #1379416: eliminated a source of accidental unicode promotion in
...
...
@@ -422,7 +422,7 @@ Core and Builtins
Library
-------
- Issue 9926: Wrapped TestSuite subclass does not get __call__ executed
- Issue
#
9926: Wrapped TestSuite subclass does not get __call__ executed
- Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch by
Lorenzo M. Catucci.
...
...
@@ -481,7 +481,7 @@ Library
-
Issue
#
5117
:
Fixed
root
directory
related
issue
on
posixpath
.
relpath
()
and
ntpath
.
relpath
().
-
Issue
9409
:
Fix
the
regex
to
match
all
kind
of
filenames
,
for
interactive
-
Issue
#
9409
:
Fix
the
regex
to
match
all
kind
of
filenames
,
for
interactive
debugging
in
doctests
.
-
Issue
#
6612
:
Fix
site
and
sysconfig
to
catch
os
.
getcwd
()
error
,
eg
.
if
the
...
...
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