In article <[email protected]>, jason.coombs <[email protected]> wrote:
> http://hg.python.org/cpython/rev/7d399099334d > changeset: 86861:7d399099334d > branch: 3.2 > user: Jason R. Coombs <[email protected]> > 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, [email protected] _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
