mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
* Fix bug in tzparse.py for DST timezone
* Added whatis command to pdb.py * new module GET.py (GL definitions from <gl/get.h>) * rect.py: is_empty takes a rect as argument, not two points. * Added tests for builtin round() [XXX not yet complete!]
This commit is contained in:
parent
04321d1e47
commit
e7113b6b3d
7 changed files with 51 additions and 9 deletions
|
@ -1,6 +1,8 @@
|
|||
# module 'string' -- A collection of string operations
|
||||
|
||||
# XXX Some of these operations are incredibly slow and should be built in
|
||||
# Warning: most of the code you see here isn't normally used nowadays.
|
||||
# At the end of this file most functions are replaced by built-in
|
||||
# functions imported from built-in module "strop".
|
||||
|
||||
# Some strings for ctype-style character classification
|
||||
whitespace = ' \t\n'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue