diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-10-08 15:54:10 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-10-08 15:54:10 (GMT) |
commit | 3d830828defeabafe50ae5b8ba2298b7cf486b4f (patch) | |
tree | c93668a2bc94de5a8a1882629d0834f79b4b9216 /Misc | |
parent | a5b642c9332333f78876f8ae5ccde8d055fda5ea (diff) | |
download | cpython-3d830828defeabafe50ae5b8ba2298b7cf486b4f.zip cpython-3d830828defeabafe50ae5b8ba2298b7cf486b4f.tar.gz cpython-3d830828defeabafe50ae5b8ba2298b7cf486b4f.tar.bz2 |
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
@@ -1370,6 +1370,8 @@ C-API Extension Modules ----------------- +- Issue #7078: Set struct.__doc__ from _struct.__doc__. + - Issue #3366: Add gamma function to math module. - Issue #6823: Allow time.strftime() to accept a tuple with a isdst field |