This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients Arfrever, Matt.Mackall, alanmcintyre, benjamin.peterson, durin42, dw, eric.araujo, eryksun, kasal, larry, loewis, mcepl, ocean-city, pitrou, python-dev, r.david.murray, serhiy.storchaka
Date 2015-02-05.21:24:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423171475.68.0.314282398217.issue14099@psf.upfronthosting.co.za>
In-reply-to
Content
The changeset from 03 Dec is in the Windows 2.7.9 release.

    Python 2.7.9 (default, Dec 10 2014, 12:28:03) [MSC v.1500 64 bit
    (AMD64)] on win32
    Type "help", "copyright", "credits" or "license" for more
    information.
    >>> import zipfile
    >>> zipfile._SharedFile
    <class zipfile._SharedFile at 0x0000000000F707C8>
History
Date User Action Args
2015-02-05 21:24:36eryksunsetrecipients: + eryksun, loewis, alanmcintyre, pitrou, ocean-city, larry, benjamin.peterson, mcepl, durin42, eric.araujo, Arfrever, r.david.murray, python-dev, Matt.Mackall, kasal, dw, serhiy.storchaka
2015-02-05 21:24:35eryksunsetmessageid: <1423171475.68.0.314282398217.issue14099@psf.upfronthosting.co.za>
2015-02-05 21:24:35eryksunlinkissue14099 messages
2015-02-05 21:24:35eryksuncreate