Benjamin Peterson
|
ab078e9ed1
|
Backed out changeset af29d89083b3 (closes #25548) (closes #27498)
|
2016-07-13 21:13:29 -07:00 |
Kushal Das
|
5801ecb440
|
Issue #25548: Showing memory address of class objects in repl
|
2016-06-04 16:21:13 -07:00 |
Martin v. Löwis
|
250ad613f3
|
Bug #2565: The repr() of type objects now calls them 'class',
not 'type' - whether they are builtin types or not.
|
2008-04-07 05:43:42 +00:00 |
Fred Drake
|
7c404a4bf7
|
add __file__ to the globals available for tests loaded via DocFileSuite;
this is useful for locating supporting data files, just as it is in Python
modules
|
2004-12-21 23:46:34 +00:00 |