mirror of
https://github.com/python/cpython.git
synced 2025-10-28 01:00:34 +00:00
* Enum: streamline repr() and str(); improve docs - repr() is now ``enum_class.member_name`` - stdlib global enums are ``module_name.member_name`` - str() is now ``member_name`` - add HOW-TO section for ``Enum`` - change main documentation to be an API reference |
||
|---|---|---|
| .. | ||
| argparse.rst | ||
| clinic.rst | ||
| cporting.rst | ||
| curses.rst | ||
| descriptor.rst | ||
| enum.rst | ||
| functional.rst | ||
| index.rst | ||
| instrumentation.rst | ||
| ipaddress.rst | ||
| logging-cookbook.rst | ||
| logging.rst | ||
| logging_flow.png | ||
| pyporting.rst | ||
| regex.rst | ||
| sockets.rst | ||
| sorting.rst | ||
| unicode.rst | ||
| urllib2.rst | ||