[pypy-svn] r14282 - pypy/extradoc/sprintinfo
ac at codespeak.net
ac at codespeak.net
Tue Jul 5 14:41:18 CEST 2005
Author: ac
Date: Tue Jul 5 14:41:18 2005
New Revision: 14282
Modified:
pypy/extradoc/sprintinfo/post-ep2005-planning.txt
Log:
int(string) is done.
Modified: pypy/extradoc/sprintinfo/post-ep2005-planning.txt
==============================================================================
--- pypy/extradoc/sprintinfo/post-ep2005-planning.txt (original)
+++ pypy/extradoc/sprintinfo/post-ep2005-planning.txt Tue Jul 5 14:41:18 2005
@@ -64,7 +64,7 @@
Builtins
--------
- (arre, bert) implement int(string) and int(string, 16)
+ DONE: (arre, bert) implement int(string) and int(string, 16)
rclass: (easy) issubtype (use issubclass to generate
an example that has issubtype in the annotated flow graph)
More information about the Pypy-commit
mailing list