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 SilentGhost
Recipients SilentGhost, belopolsky, georg.brandl, mark.dickinson
Date 2011-01-31.11:50:15
SpamBayes Score 2.0983215e-14
Marked as misclassified No
Message-id <1296474615.93.0.734702455541.issue8973@psf.upfronthosting.co.za>
In-reply-to
Content
r81947 introduced this issue:

>>> from struct import *
>>> pack_into
Traceback (most recent call last):
  File "<pyshell#1>", line 1, in <module>
    pack_into
NameError: name 'pack_into' is not defined

struct.__all__ has a duplicate entry and misses pack_into.

Patch is attached, test passes. Seems quite innocent to me, could it make into 3.2, George?
History
Date User Action Args
2011-01-31 11:50:16SilentGhostsetrecipients: + SilentGhost, georg.brandl, mark.dickinson, belopolsky
2011-01-31 11:50:15SilentGhostsetmessageid: <1296474615.93.0.734702455541.issue8973@psf.upfronthosting.co.za>
2011-01-31 11:50:15SilentGhostlinkissue8973 messages
2011-01-31 11:50:15SilentGhostcreate