mirror of
https://github.com/python/cpython.git
synced 2026-05-16 01:19:28 -04:00
d316607732
* Several modules: change "class C(): ..." to "class C: ...". * flp.py: support for frozen forms. * Added string.find() which is like index but returns -1 if not found