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

tismer at codespeak.net tismer at codespeak.net
Mon Sep 12 02:45:07 CEST 2005


Author: tismer
Date: Mon Sep 12 02:45:06 2005
New Revision: 17485

Modified:
   pypy/dist/pypy/doc/coding-guide.txt
Log:
removed inexactness

Modified: pypy/dist/pypy/doc/coding-guide.txt
==============================================================================
--- pypy/dist/pypy/doc/coding-guide.txt	(original)
+++ pypy/dist/pypy/doc/coding-guide.txt	Mon Sep 12 02:45:06 2005
@@ -159,7 +159,7 @@
   dicts with a unique key type only, provided it is hashable. 
   String keys have been the only allowed key types for a while, but this was generalized. 
   After some re-optimization,
-  the implementation could safely decide that all dict keys should be interned.
+  the implementation could safely decide that all string dict keys should be interned.
 
 
 **list comprehensions**



More information about the Pypy-commit mailing list