diff options
author | Michael W. Hudson <mwh@python.net> | 2004-08-12 18:19:17 (GMT) |
---|---|---|
committer | Michael W. Hudson <mwh@python.net> | 2004-08-12 18:19:17 (GMT) |
commit | 800ba2375a970ca6095465021aa4d8e72279cd9f (patch) | |
tree | f85f478e14f2da10f2104fee9e7106bc30cc5c54 /Python/sysmodule.c | |
parent | d459f536c50256e66bedf999c063d49f2a59fcc6 (diff) | |
download | cpython-800ba2375a970ca6095465021aa4d8e72279cd9f.zip cpython-800ba2375a970ca6095465021aa4d8e72279cd9f.tar.gz cpython-800ba2375a970ca6095465021aa4d8e72279cd9f.tar.bz2 |
This is my patch:
[ 1005891 ] support --with-tsc on PPC
plus a trivial change to settscdump's docstring and a Misc/NEWS entry.
Diffstat (limited to 'Python/sysmodule.c')
-rw-r--r-- | Python/sysmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/sysmodule.c b/Python/sysmodule.c index c62b22d..d246a59 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -465,7 +465,7 @@ PyDoc_STRVAR(settscdump_doc, \n\ If true, tell the Python interpreter to dump VM measurements to\n\ stderr. If false, turn off dump. The measurements are based on the\n\ -Pentium time-stamp counter." +processor's time-stamp counter." ); #endif /* TSC */ |