[pypy-svn] r56136 - pypy/extradoc/talk/ep2008

fijal at codespeak.net fijal at codespeak.net
Fri Jun 27 20:07:27 CEST 2008


Author: fijal
Date: Fri Jun 27 20:07:26 2008
New Revision: 56136

Modified:
   pypy/extradoc/talk/ep2008/status.txt
Log:
Update


Modified: pypy/extradoc/talk/ep2008/status.txt
==============================================================================
--- pypy/extradoc/talk/ep2008/status.txt	(original)
+++ pypy/extradoc/talk/ep2008/status.txt	Fri Jun 27 20:07:26 2008
@@ -73,6 +73,25 @@
 
 * We don't support pycrypto nor pyopenssl
 
+Conclusion
+==========
+
+* There is no feature obscure enough for people
+  not to rely on it
+
+* Generally it's fairly unlikely we'll ever try
+  to support stuff without tests
+
+Examples of obscure features
+============================
+
+XXX - non-string keys in typedict
+
+XXX - list comprehension variable in __all__
+
+XXX - relying on untested and undocumented private stuff
+      (zipimport._zip_directory_cache)
+
 Speed - decent gcs
 ==================
 



More information about the Pypy-commit mailing list