]> granicus.if.org Git - python/commitdiff
Fixed #1630
authorChristian Heimes <christian@cheimes.de>
Sat, 15 Dec 2007 01:28:04 +0000 (01:28 +0000)
committerChristian Heimes <christian@cheimes.de>
Sat, 15 Dec 2007 01:28:04 +0000 (01:28 +0000)
sys.maxint was still documented and sys.float_info an sys.subversion were missing

Python/sysmodule.c

index 69732cc04e0752ea2b475d99db1226f0159768e9..ea4d3cc80aa88dfa8e795ad9dc4372b982341706 100644 (file)
@@ -865,10 +865,11 @@ PyDoc_STR(
 "\n\
 Static objects:\n\
 \n\
-maxint -- the largest supported integer (the smallest is -maxint-1)\n\
+float_info -- a dict with information about the float implementation.\n\
 maxsize -- the largest supported length of containers.\n\
 maxunicode -- the largest supported character\n\
 builtin_module_names -- tuple of module names built into this interpreter\n\
+subversion -- subversion information of the build as tuple\n\
 version -- the version of this interpreter as a string\n\
 version_info -- version information as a tuple\n\
 hexversion -- version information encoded as a single integer\n\