mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Arbitrary point checkpoint commit. Take no notice.
This commit is contained in:
parent
bff110f3f1
commit
27e4aa3168
4 changed files with 248 additions and 6 deletions
|
@ -1,4 +1,8 @@
|
|||
"""Enumeration metaclass."""
|
||||
"""Enumeration metaclass.
|
||||
|
||||
XXX This is very much a work in progress.
|
||||
|
||||
"""
|
||||
|
||||
import string
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue