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
765e94f8
Commit
765e94f8
authored
Jun 03, 2011
by
Éric Araujo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add NEWS and whatsnew entries for the packaging module
parent
3ca4db88
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
Doc/whatsnew/3.3.rst
Doc/whatsnew/3.3.rst
+13
-0
Misc/NEWS
Misc/NEWS
+4
-1
No files found.
Doc/whatsnew/3.3.rst
View file @
765e94f8
...
@@ -129,6 +129,19 @@ os
...
@@ -129,6 +129,19 @@ os
(Patch submitted by Giampaolo Rodolà in :issue:`10784`.)
(Patch submitted by Giampaolo Rodolà in :issue:`10784`.)
packaging
---------
:mod:`distutils` has undergone additions and refactoring under a new name,
:mod:`packaging`, to allow developers to break backward compatibility.
:mod:`distutils` is still provided in the standard library, but users are
encouraged to transition to :mod:`packaging`. For older versions of Python, a
backport compatible with 2.4+ and 3.1+ will be made available on PyPI under the
name :mod:`distutils2`.
.. TODO add examples and howto to the packaging docs and link to them
pydoc
pydoc
-----
-----
...
...
Misc/NEWS
View file @
765e94f8
...
@@ -119,7 +119,7 @@ Core and Builtins
...
@@ -119,7 +119,7 @@ Core and Builtins
- Issue #11320: fix bogus memory management in Modules/getpath.c, leading to
- Issue #11320: fix bogus memory management in Modules/getpath.c, leading to
a possible crash when calling Py_SetPath().
a possible crash when calling Py_SetPath().
- _ast.__version__ is now a Mercurial
integer and
hex revision.
- _ast.__version__ is now a Mercurial hex revision.
- Issue #11432: A bug was introduced in subprocess.Popen on posix systems with
- Issue #11432: A bug was introduced in subprocess.Popen on posix systems with
3.2.0 where the stdout or stderr file descriptor being the same as the stdin
3.2.0 where the stdout or stderr file descriptor being the same as the stdin
...
@@ -260,6 +260,9 @@ Library
...
@@ -260,6 +260,9 @@ Library
-
Issue
#
12124
:
zipimport
doesn
't keep a reference to zlib.decompress() anymore
-
Issue
#
12124
:
zipimport
doesn
't keep a reference to zlib.decompress() anymore
to be able to unload the module.
to be able to unload the module.
- Add the packaging module, an improved fork of distutils (also known as
distutils2).
- Issue #12065: connect_ex() on an SSL socket now returns the original errno
- Issue #12065: connect_ex() on an SSL socket now returns the original errno
when the socket'
s
timeout
expires
(
it
used
to
return
None
).
when the socket'
s
timeout
expires
(
it
used
to
return
None
).
...
...
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