Guido van Rossum
93389ae16c
Merge all fixes from Python 2.4. This includes:
...
1.12
Added more Windows version names (thanks to Thomas Heller).
Fixed bug in platform() cache (thanks to Brett Cannon).
1.10,1.11
Fixed a caching bug in platform.platform() where the argument of 'terse' was
not taken into consideration when caching value.
2004-05-05 23:58:03 +00:00
Guido van Rossum
ee6e1493ab
Using reversed() is not compatible with Python 1.5.2.
2004-05-04 18:18:23 +00:00
Brett Cannon
a909752975
Fix last patch to make backwards-compatible with Python 1.5.2 .
...
Bumped up micro version number.
2004-03-25 18:35:38 +00:00
Brett Cannon
a4645bf96f
Fixed a caching bug in platform.platform() where the argument of 'terse' was
...
not taken into consideration when caching value.
2004-03-25 16:56:14 +00:00
Brett Cannon
3a78849b5f
Backport of rev. 1.6 and 1.7 from head.
...
1.6 was docstring clean-up.
1.7 was a fix for bug #780461 (platform.mac_ver() failing under OS X) and
was flagged as a backport candidate.
2003-10-14 22:32:34 +00:00
Neal Norwitz
9b924c690e
remove extra parameter from _java_getprop, remove duplicate imports
2003-06-29 04:17:45 +00:00
Andrew M. Kuchling
47c2ab6b54
Fix docstring typo
2003-04-24 16:36:49 +00:00
Tim Peters
0eadaac7dc
Whitespace normalization.
2003-04-24 16:02:54 +00:00
Marc-André Lemburg
366a0feb9a
Reformatted a bit to remove the lengthy re.compile() from the function
...
definitions.
2003-04-24 11:46:35 +00:00
Marc-André Lemburg
246d847475
New module platform.py, submitted by Marc-Andre Lemburg.
...
There's no separate documentation for this module yet - apart from the
doc-strings which explain the APIs.
2003-04-24 11:36:11 +00:00