[pypy-svn] r53270 - pypy/dist/pypy/doc

fijal at codespeak.net fijal at codespeak.net
Thu Apr 3 07:25:01 CEST 2008


Author: fijal
Date: Thu Apr  3 07:25:00 2008
New Revision: 53270

Modified:
   pypy/dist/pypy/doc/ctypes-implementation.txt
Log:
update


Modified: pypy/dist/pypy/doc/ctypes-implementation.txt
==============================================================================
--- pypy/dist/pypy/doc/ctypes-implementation.txt	(original)
+++ pypy/dist/pypy/doc/ctypes-implementation.txt	Thu Apr  3 07:25:00 2008
@@ -79,6 +79,9 @@
   - events.py
   - window_platform_event.py
   - fixed_resolution.py
+  - html_label.py
+  - media_player.py
+  - timer.py
 
 The following don't work:
 
@@ -88,13 +91,6 @@
   - astraea/astraea.py needs PIL
   - video.py (but didn't work for me on CPython either)
   - soundscape needs avbin
-  
-XXX the following all show a bug ctypes (all the same, somewhere in the font
-stuff of pyglet), should be fixed:
-
-  - html_label.py
-  - media_player.py
-  - timer.py
 
 The `stress tests`_ of Johnathan Hartley is also working.
 



More information about the Pypy-commit mailing list