[Python-Dev] cpython (3.2): Update NEWS for 265d369ad3b9.
Ned Deily
nad at acm.org
Sat Nov 2 20:43:52 CET 2013
More information about the Python-Dev mailing list
Sat Nov 2 20:43:52 CET 2013
- Previous message: [Python-Dev] Contributing to PSF
- Next message: [Python-Dev] PEP 454: tracemalloc (n-th version)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <3dBmq94f4bz7LkF at mail.python.org>, jason.coombs <python-checkins at python.org> wrote: > http://hg.python.org/cpython/rev/7d399099334d > changeset: 86861:7d399099334d > branch: 3.2 > user: Jason R. Coombs <jaraco at jaraco.com> > date: Sat Nov 02 13:00:01 2013 -0400 > summary: > Update NEWS for 265d369ad3b9. > > files: > Misc/NEWS | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > > diff --git a/Misc/NEWS b/Misc/NEWS > --- a/Misc/NEWS > +++ b/Misc/NEWS > @@ -10,6 +10,9 @@ > Library > ------- > > +- Issue #19286: Directories in ``package_data`` are no longer added to > + the filelist, preventing failure outlined in the ticket. > + > - Issue #19435: Fix directory traversal attack on CGIHttpRequestHandler. > > - Issue #14984: On POSIX systems, when netrc is called without a filename The 3.2 branch is closed to all but security fixes with release manager approval. You shouldn't be checking bug fixes in there. -- Ned Deily, nad at acm.org
- Previous message: [Python-Dev] Contributing to PSF
- Next message: [Python-Dev] PEP 454: tracemalloc (n-th version)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list