diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-10-08 15:59:20 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-10-08 15:59:20 (GMT) |
commit | 40714af07177cbb4de484b866a2f01fe72d42770 (patch) | |
tree | 66ca1de8575154613baca8386ba4df98cab4dcc7 /Misc | |
parent | 097e51fd49248eb1e53658b8cb7927b5bc0f8ef2 (diff) | |
download | cpython-40714af07177cbb4de484b866a2f01fe72d42770.zip cpython-40714af07177cbb4de484b866a2f01fe72d42770.tar.gz cpython-40714af07177cbb4de484b866a2f01fe72d42770.tar.bz2 |
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.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -216,6 +216,8 @@ Library Extension Modules ----------------- +- Issue #7078: Set struct.__doc__ from _struct.__doc__. + - Issue #3366: Add gamma function to math module. - Issue #6877: It is now possible to link the readline extension to the |