]> granicus.if.org Git - python/commit
Merged revisions 81947-81950,81955-81956 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Sat, 12 Jun 2010 19:18:51 +0000 (19:18 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 12 Jun 2010 19:18:51 +0000 (19:18 +0000)
commitf9e091ae2d40ab78d7b077b11cd7789d679c23d2
tree2bb2628e58300b499598dff64f12a40fd8468336
parent80971d4d1c63cd17fd24f01acd19f1f1ee3bf18a
Merged revisions 81947-81950,81955-81956 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r81947 | mark.dickinson | 2010-06-12 16:17:02 +0100 (Sat, 12 Jun 2010) | 3 lines

  Issue #8973:  Add __all__ to struct module, so that help(struct) correctly
  displays information for the struct.Struct class.
........
  r81948 | mark.dickinson | 2010-06-12 16:19:23 +0100 (Sat, 12 Jun 2010) | 1 line

  Remove accidental (yet-to-be-reviewed) docstring changes included in r81947.
........
  r81949 | mark.dickinson | 2010-06-12 16:43:45 +0100 (Sat, 12 Jun 2010) | 1 line

  Issue #8973:  Improve struct module docstrings.
........
  r81950 | mark.dickinson | 2010-06-12 17:30:53 +0100 (Sat, 12 Jun 2010) | 1 line

  More struct module docs and docstring tweaks.
........
  r81955 | mark.dickinson | 2010-06-12 19:20:47 +0100 (Sat, 12 Jun 2010) | 1 line

  Issue #8469: add standard sizes to struct docs table.
........
  r81956 | mark.dickinson | 2010-06-12 19:37:54 +0100 (Sat, 12 Jun 2010) | 2 lines

  Issue #8469:  Reorder struct module sections for clarity;  other minor tweaks.
........
Doc/library/struct.rst
Lib/struct.py
Misc/NEWS
Modules/_struct.c