[Checkins] SVN: z3c.iplocation/trunk/src/z3c/iplocation/README.txt Fix test failure with python 2.5 (the invalid literal error for int was changed).

Dan Korostelev nadako at gmail.com
Tue Dec 16 07:39:17 EST 2008


Log message for revision 94119:
  Fix test failure with python 2.5 (the invalid literal error for int was changed).

Changed:
  U   z3c.iplocation/trunk/src/z3c/iplocation/README.txt

-=-
Modified: z3c.iplocation/trunk/src/z3c/iplocation/README.txt
===================================================================
--- z3c.iplocation/trunk/src/z3c/iplocation/README.txt	2008-12-16 12:34:00 UTC (rev 94118)
+++ z3c.iplocation/trunk/src/z3c/iplocation/README.txt	2008-12-16 12:39:17 UTC (rev 94119)
@@ -24,7 +24,7 @@
   >>> loc.get('10.0.0.x')
   Traceback (most recent call last):
   ...
-  ValueError: invalid literal for int(): x
+  ValueError: invalid literal for int()...
 
 An extension to the ip locator API is the ip location management, which allows
 you to manage the locations within the utility. Let's now add a location.



More information about the Checkins mailing list