Merged revisions 75284 via svnmerge from

svn+ssh://pythondev@www.python.org/python/branches/py3k

................
  r75284 | mark.dickinson | 2009-10-08 16:59:20 +0100 (Thu, 08 Oct 2009) | 11 lines

  Merged revisions 75283 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r75283 | mark.dickinson | 2009-10-08 16:54:10 +0100 (Thu, 08 Oct 2009) | 4 lines

    Issue #7078:  _struct.__doc__ was being ignored.  Import it into struct.
    Also add description of '?' struct format character.  Thanks Gabriel
    Genellina for the patch.
  ........
................
This commit is contained in:
Mark Dickinson 2009-10-08 16:02:50 +00:00
parent 6bf5a2e85b
commit 015fa03058
3 changed files with 11 additions and 6 deletions

View file

@ -1,2 +1,3 @@
from _struct import *
from _struct import _clearcache
from _struct import __doc__