mirror of
https://github.com/python/cpython.git
synced 2025-09-15 21:26:04 +00:00
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:
parent
a5b642c933
commit
3d830828de
3 changed files with 13 additions and 8 deletions
|
@ -1,2 +1,3 @@
|
|||
from _struct import *
|
||||
from _struct import _clearcache
|
||||
from _struct import __doc__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue