]> granicus.if.org Git - python/log
python
18 years agoRemove misleading comment about type-class unification.
Georg Brandl [Wed, 17 May 2006 14:06:07 +0000 (14:06 +0000)]
Remove misleading comment about type-class unification.

18 years agoPyZlib_copy(), PyZlib_uncopy(): Repair leaks on the normal-case path.
Tim Peters [Wed, 17 May 2006 01:30:11 +0000 (01:30 +0000)]
PyZlib_copy(), PyZlib_uncopy():  Repair leaks on the normal-case path.

18 years agoText files missing the SVN eol-style property.
Tim Peters [Tue, 16 May 2006 23:24:08 +0000 (23:24 +0000)]
Text files missing the SVN eol-style property.

18 years agoWhitespace normalization.
Tim Peters [Tue, 16 May 2006 23:22:20 +0000 (23:22 +0000)]
Whitespace normalization.

18 years agoDocument ImportWarning
George Yoshida [Tue, 16 May 2006 18:26:10 +0000 (18:26 +0000)]
Document ImportWarning

18 years agoMention that Exception is now a subclass of BaseException.
George Yoshida [Tue, 16 May 2006 18:07:00 +0000 (18:07 +0000)]
Mention that Exception is now a subclass of BaseException.
Remove a sentence that says that BaseException inherits from BaseException.
(I guess this is just a copy & paste mistake.)

18 years agoUpdate for 'ImportWarning'
George Yoshida [Tue, 16 May 2006 17:42:16 +0000 (17:42 +0000)]
Update for 'ImportWarning'

18 years agoPEP 243 has been withdrawn, so don't refer to it any more.
Andrew M. Kuchling [Tue, 16 May 2006 16:27:31 +0000 (16:27 +0000)]
PEP 243 has been withdrawn, so don't refer to it any more.
The PyPI upload material has been moved into the section on PEP314.

18 years agoAdd item
Andrew M. Kuchling [Tue, 16 May 2006 16:11:54 +0000 (16:11 +0000)]
Add item

18 years agoPatch #1435422: zlib's compress and decompress objects now have a
Georg Brandl [Tue, 16 May 2006 07:38:27 +0000 (07:38 +0000)]
Patch #1435422: zlib's compress and decompress objects now have a
copy() method.

18 years ago- Test for sys/statvfs.h before including it, as statvfs is present
Martin v. Löwis [Tue, 16 May 2006 07:05:37 +0000 (07:05 +0000)]
- Test for sys/statvfs.h before including it, as statvfs is present
  on some OSX installation, but its header file is not.
Will backport to 2.4

18 years agotest_directory(): Remove the leftover temp directory that's making
Tim Peters [Mon, 15 May 2006 21:32:25 +0000 (21:32 +0000)]
test_directory():  Remove the leftover temp directory that's making
the Windows buildbots fail test_tarfile.

18 years agoReadDetectFileobjTest: repair Windows disasters by opening
Tim Peters [Mon, 15 May 2006 20:44:10 +0000 (20:44 +0000)]
ReadDetectFileobjTest:  repair Windows disasters by opening
the file object in binary mode.

The Windows buildbot slaves shouldn't swap themselves to death
anymore.  However, test_tarfile may still fail because of a
temp directory left behind from a previous failing run.
Windows buildbot owners may need to remove that directory
by hand.

18 years ago[ 1488881 ] tarfile.py: support for file-objects and bz2 (cp. #1488634)
Georg Brandl [Mon, 15 May 2006 19:30:35 +0000 (19:30 +0000)]
1488881 ] tarfile.py: support for file-objects and bz2 (cp. #1488634)

18 years agoRemove bogus DECREF of self.
Martin v. Löwis [Mon, 15 May 2006 09:22:27 +0000 (09:22 +0000)]
Remove bogus DECREF of self.
Change __str__() functions to METH_O.
Change WindowsError__str__ to use PyTuple_Pack.

18 years agoPatch #1488312, Fix memory alignment problem on SPARC in unicode. Will backport
Neal Norwitz [Mon, 15 May 2006 07:17:23 +0000 (07:17 +0000)]
Patch #1488312, Fix memory alignment problem on SPARC in unicode.  Will backport

18 years ago- Bug #1487966: Fix SystemError with conditional expression in assignment
Neal Norwitz [Mon, 15 May 2006 07:04:36 +0000 (07:04 +0000)]
- Bug #1487966: Fix SystemError with conditional expression in assignment

Most of the test_syntax changes are just updating the numbers.

18 years agoMove items implemented after a2 into the new a3 section
Neal Norwitz [Mon, 15 May 2006 06:48:14 +0000 (06:48 +0000)]
Move items implemented after a2 into the new a3 section

18 years agoFix memory leak.
Martin v. Löwis [Mon, 15 May 2006 05:51:36 +0000 (05:51 +0000)]
Fix memory leak.

18 years agoI missed one small detail in my rewrite of the osx build files: the path
Ronald Oussoren [Sun, 14 May 2006 21:07:41 +0000 (21:07 +0000)]
I missed one small detail in my rewrite of the osx build files: the path
to the Python.app template.

18 years agoA first cut at replacing the icons on MacOS X. This replaces all icons by icons
Ronald Oussoren [Sun, 14 May 2006 20:35:41 +0000 (20:35 +0000)]
A first cut at replacing the icons on MacOS X. This replaces all icons by icons
based on the new python.org logo. These are also the first icons that are
"proper" OSX icons.

These icons were created by Jacob Rus.

18 years agoRework the build system for osx applications:
Ronald Oussoren [Sun, 14 May 2006 19:56:34 +0000 (19:56 +0000)]
Rework the build system for osx applications:

* Don't use xcodebuild for building PythonLauncher, but use a normal unix
  makefile. This makes it a lot easier to use the same build flags as for the
  rest of python (e.g. make a universal version of python launcher)
* Convert the mac makefile-s to makefile.in-s and use configure to set makefile
  variables instead of forwarding them as command-line arguments
* Add a C version of pythonw, that we you can use '#!/usr/local/bin/pythonw'
* Build IDLE.app using bundlebuilder instead of BuildApplet, that will allow
  easier modification of the bundle contents later on.

18 years agoRemove lie in new comment.
Tim Peters [Sat, 13 May 2006 23:33:19 +0000 (23:33 +0000)]
Remove lie in new comment.

18 years agoTypo repair.
Tim Peters [Sat, 13 May 2006 23:31:05 +0000 (23:31 +0000)]
Typo repair.

18 years agoTeach PyString_FromFormat, PyErr_Format, and PyString_FromFormatV
Tim Peters [Sat, 13 May 2006 23:28:20 +0000 (23:28 +0000)]
Teach PyString_FromFormat, PyErr_Format, and PyString_FromFormatV
about "%u", "%lu" and "%zu" formats.

Since PyString_FromFormat and PyErr_Format have exactly the same rules
(both inherited from PyString_FromFormatV), it would be good if someone
with more LaTeX Fu changed one of them to just point to the other.
Their docs were way out of synch before this patch, and I just did a
mass copy+paste to repair that.

Not a backport candidate (this is a new feature).

18 years agoRevert 43315: Printing of %zd must be signed.
Martin v. Löwis [Sat, 13 May 2006 13:34:04 +0000 (13:34 +0000)]
Revert 43315: Printing of %zd must be signed.

18 years agoAdd \exception markup
George Yoshida [Sat, 13 May 2006 06:53:31 +0000 (06:53 +0000)]
Add \exception markup

18 years agoIntegrated the rest of the pysqlite reference manual into the Python
Gerhard Häring [Fri, 12 May 2006 23:49:49 +0000 (23:49 +0000)]
Integrated the rest of the pysqlite reference manual into the Python
documentation. Ready to be reviewed and improved upon.

18 years agoadd svn:eol-style native svn:keywords Id
Thomas Heller [Fri, 12 May 2006 19:31:46 +0000 (19:31 +0000)]
add svn:eol-style native svn:keywords Id

18 years agoset svn properties
Thomas Heller [Fri, 12 May 2006 18:47:35 +0000 (18:47 +0000)]
set svn properties

18 years agoAdd missing svn properties.
Thomas Heller [Fri, 12 May 2006 18:16:03 +0000 (18:16 +0000)]
Add missing svn properties.

18 years agoDuplicated description about the illegal continue usage can be found in nearly the...
George Yoshida [Fri, 12 May 2006 17:25:26 +0000 (17:25 +0000)]
Duplicated description about the illegal continue usage can be found in nearly the same place.
They are same, so keep the original one and remove the later-added one.

18 years agoFix alignment error on Itanium.
Martin v. Löwis [Fri, 12 May 2006 17:22:04 +0000 (17:22 +0000)]
Fix alignment error on Itanium.

18 years agoAt first there were 6 steps, but one was removed after that.
George Yoshida [Fri, 12 May 2006 16:40:11 +0000 (16:40 +0000)]
At first there were 6 steps, but one was removed after that.

18 years agoMove icon files into DLLs dir. Fixes #1477968.
Martin v. Löwis [Fri, 12 May 2006 13:57:36 +0000 (13:57 +0000)]
Move icon files into DLLs dir. Fixes #1477968.

18 years agoDynamically allocate path name buffer for Unicode
Martin v. Löwis [Fri, 12 May 2006 12:27:28 +0000 (12:27 +0000)]
Dynamically allocate path name buffer for Unicode
path name in listdir. Fixes #1431582.
Stop overallocating MAX_PATH characters for ANSI
path names. Stop assigning to errno.

18 years agoSF patch #1473132: Improve docs for tp_clear and tp_traverse,
Tim Peters [Fri, 12 May 2006 01:57:59 +0000 (01:57 +0000)]
SF patch #1473132:  Improve docs for tp_clear and tp_traverse,
by Collin Winter.

Bugfix candidate (but I'm not going to bother).

18 years agoTypo fix.
Georg Brandl [Thu, 11 May 2006 19:57:09 +0000 (19:57 +0000)]
Typo fix.

18 years agoBaseThreadedTestCase.setup(): stop special-casing WindowsError.
Tim Peters [Thu, 11 May 2006 16:37:42 +0000 (16:37 +0000)]
BaseThreadedTestCase.setup():  stop special-casing WindowsError.

Rev 45964 fiddled with WindowsError, and broke test_bsddb3 on all
the Windows buildbot slaves as a result.  This should repair it.

18 years agotypo fix
Andrew M. Kuchling [Thu, 11 May 2006 16:32:24 +0000 (16:32 +0000)]
typo fix

18 years agoGrammar fix
George Yoshida [Thu, 11 May 2006 15:53:27 +0000 (15:53 +0000)]
Grammar fix

18 years agoChange WindowsError to carry the Win32 error code in winerror,
Martin v. Löwis [Thu, 11 May 2006 13:28:43 +0000 (13:28 +0000)]
Change WindowsError to carry the Win32 error code in winerror,
and the DOS error code in errno. Revert changes where
WindowsError catch blocks unnecessarily special-case OSError.

18 years agoDon't mask a no memory error with a less meaningful one as discussed on python-checkins
Neal Norwitz [Thu, 11 May 2006 07:51:59 +0000 (07:51 +0000)]
Don't mask a no memory error with a less meaningful one as discussed on python-checkins

18 years agoDetect if %zd is supported by printf() during configure and sets
Brett Cannon [Thu, 11 May 2006 05:11:33 +0000 (05:11 +0000)]
Detect if %zd is supported by printf() during configure and sets
PY_FORMAT_SIZE_T appropriately.  Removes warnings on
OS X under gcc 4.0.1 when PY_FORMAT_SIZE_T is set to "" instead of "z" as is
needed.

18 years agoFix two small errors in argument lists.
Georg Brandl [Wed, 10 May 2006 20:09:23 +0000 (20:09 +0000)]
Fix two small errors in argument lists.

18 years agoClarify description of exception handling
Andrew M. Kuchling [Wed, 10 May 2006 17:19:04 +0000 (17:19 +0000)]
Clarify description of exception handling

18 years agoPatch #721464: pdb.Pdb instances can now be given explicit stdin and
Georg Brandl [Wed, 10 May 2006 17:13:20 +0000 (17:13 +0000)]
Patch #721464: pdb.Pdb instances can now be given explicit stdin and
stdout arguments, making it possible to redirect input and output
for remote debugging.

18 years agoPatch #1484695: Update the tarfile module to version 0.8. This fixes
Georg Brandl [Wed, 10 May 2006 16:26:03 +0000 (16:26 +0000)]
Patch #1484695: Update the tarfile module to version 0.8. This fixes
a couple of issues, notably handling of long file names using the
GNU LONGNAME extension.

18 years agoBug #1484978: curses.panel: clarify that Panel objects are destroyed on garbage colle...
Georg Brandl [Wed, 10 May 2006 16:11:44 +0000 (16:11 +0000)]
Bug #1484978: curses.panel: clarify that Panel objects are destroyed on garbage collection.

18 years agoBug #1485447: subprocess: document that the "cwd" parameter isn't used to find the...
Georg Brandl [Wed, 10 May 2006 16:09:03 +0000 (16:09 +0000)]
Bug #1485447: subprocess: document that the "cwd" parameter isn't used to find the executable. Misc. other markup fixes.

18 years agoBug #1482988: indicate more prominently that the Stats class is in the pstats module.
Georg Brandl [Wed, 10 May 2006 15:59:06 +0000 (15:59 +0000)]
Bug #1482988: indicate more prominently that the Stats class is in the pstats module.

18 years agoIgnore reflog.txt, too.
Thomas Wouters [Wed, 10 May 2006 15:04:11 +0000 (15:04 +0000)]
Ignore reflog.txt, too.

18 years agoFix problems found by Coverity.
Neal Norwitz [Wed, 10 May 2006 06:57:58 +0000 (06:57 +0000)]
Fix problems found by Coverity.

longobject.c: also fix an ssize_t problem
  <a> could have been NULL, so hoist the size calc to not use <a>.

_ssl.c: under fail: self is DECREF'd, but it would have been NULL.

_elementtree.c: delete self if there was an error.

_csv.c: I'm not sure if lineterminator could have been anything other than
a string.  However, other string method calls are checked, so check this
one too.

18 years agoVariant of patch #1478292. doctest.register_optionflag(name)
Tim Peters [Wed, 10 May 2006 02:43:01 +0000 (02:43 +0000)]
Variant of patch #1478292.  doctest.register_optionflag(name)
shouldn't create a new flag when `name` is already the name of
an option flag.

18 years agoDisable a test that is unreliable.
Thomas Heller [Tue, 9 May 2006 20:20:15 +0000 (20:20 +0000)]
Disable a test that is unreliable.

18 years agoMicro optimization. In the first case, we know that frame->f_exc_type
Neal Norwitz [Tue, 9 May 2006 05:38:56 +0000 (05:38 +0000)]
Micro optimization.  In the first case, we know that frame->f_exc_type
is NULL, so there's no reason to do anything with it.  In the second case,
we know frame->f_exc_type is not NULL, so we can just do an INCREF.

18 years agoPatch #1478993: take advantage of BaseException/Exception split in cookielib
Georg Brandl [Mon, 8 May 2006 17:48:01 +0000 (17:48 +0000)]
Patch #1478993: take advantage of BaseException/Exception split in cookielib

18 years agoPatch #1479302: Make urllib2 digest auth and basic auth play together.
Georg Brandl [Mon, 8 May 2006 17:36:08 +0000 (17:36 +0000)]
Patch #1479302: Make urllib2 digest auth and basic auth play together.

18 years agoAdd test for rev. 45934.
Georg Brandl [Mon, 8 May 2006 17:28:47 +0000 (17:28 +0000)]
Add test for rev. 45934.

18 years agoAdd missing PyMem_Free.
Martin v. Löwis [Mon, 8 May 2006 05:25:56 +0000 (05:25 +0000)]
Add missing PyMem_Free.

18 years agoPatch #1483395: add new TLDs to cookielib
Georg Brandl [Sun, 7 May 2006 20:44:34 +0000 (20:44 +0000)]
Patch #1483395: add new TLDs to cookielib

18 years agoMinor language edit
Andrew M. Kuchling [Sun, 7 May 2006 17:14:53 +0000 (17:14 +0000)]
Minor language edit

18 years ago[Patch #1479977] Revised version of urllib2 HOWTO, edited by John J. Lee
Andrew M. Kuchling [Sun, 7 May 2006 17:12:12 +0000 (17:12 +0000)]
[Patch #1479977] Revised version of urllib2 HOWTO, edited by John J. Lee

18 years agoHandle ERROR_ALREADY_EXISTS.
Martin v. Löwis [Sat, 6 May 2006 20:04:08 +0000 (20:04 +0000)]
Handle ERROR_ALREADY_EXISTS.

18 years agoPort access, chmod, parts of getcwdu, mkdir, and utime to direct Win32 API.
Martin v. Löwis [Sat, 6 May 2006 16:32:54 +0000 (16:32 +0000)]
Port access, chmod, parts of getcwdu, mkdir, and utime to direct Win32 API.

18 years agoUse \versionchanged for the feature change
George Yoshida [Sat, 6 May 2006 14:16:51 +0000 (14:16 +0000)]
Use \versionchanged for the feature change

18 years agodescribe optional arguments for DocFileSuite
George Yoshida [Sat, 6 May 2006 13:09:45 +0000 (13:09 +0000)]
describe optional arguments for DocFileSuite

18 years agoClean up.
Thomas Heller [Fri, 5 May 2006 19:14:24 +0000 (19:14 +0000)]
Clean up.

18 years agooops - the function is exported as 'my_free', not 'free'.
Thomas Heller [Fri, 5 May 2006 18:46:27 +0000 (18:46 +0000)]
oops - the function is exported as 'my_free', not 'free'.

18 years agoFix memory leaks in the ctypes test suite, reported by valgrind, by
Thomas Heller [Fri, 5 May 2006 18:43:24 +0000 (18:43 +0000)]
Fix memory leaks in the ctypes test suite, reported by valgrind, by
free()ing the memory we allocate.

18 years agoExport the 'free' standard C function for use in the test suite.
Thomas Heller [Fri, 5 May 2006 18:42:14 +0000 (18:42 +0000)]
Export the 'free' standard C function for use in the test suite.

18 years agoUpdate checks to consider Windows error numbers.
Martin v. Löwis [Thu, 4 May 2006 14:27:52 +0000 (14:27 +0000)]
Update checks to consider Windows error numbers.

18 years agoDrop now-unnecessary arguments to posix_2str.
Martin v. Löwis [Thu, 4 May 2006 12:04:27 +0000 (12:04 +0000)]
Drop now-unnecessary arguments to posix_2str.

18 years agoImplement os.{chdir,rename,rmdir,remove} using Win32 directly.
Martin v. Löwis [Thu, 4 May 2006 10:08:42 +0000 (10:08 +0000)]
Implement os.{chdir,rename,rmdir,remove} using Win32 directly.

18 years agoPatch #1475845: Raise IndentationError for unexpected indent.
Martin v. Löwis [Thu, 4 May 2006 05:51:03 +0000 (05:51 +0000)]
Patch #1475845: Raise IndentationError for unexpected indent.

18 years agoBug #1481530: allow "from os.path import ..." with imputil
Georg Brandl [Thu, 4 May 2006 05:08:10 +0000 (05:08 +0000)]
Bug #1481530: allow "from os.path import ..." with imputil

18 years agoDon't fail the tests when libglut.so or libgle.so cannot be loaded.
Thomas Heller [Wed, 3 May 2006 18:35:39 +0000 (18:35 +0000)]
Don't fail the tests when libglut.so or libgle.so cannot be loaded.

18 years agoBug #1385040: don't allow "def foo(a=1, b): pass" in the compiler package.
Georg Brandl [Wed, 3 May 2006 18:18:32 +0000 (18:18 +0000)]
Bug #1385040: don't allow "def foo(a=1, b): pass" in the compiler package.

18 years agoBug #1472191: convert breakpoint indices to ints before comparing them to ints
Georg Brandl [Wed, 3 May 2006 18:12:33 +0000 (18:12 +0000)]
Bug #1472191: convert breakpoint indices to ints before comparing them to ints

18 years agoRFE #1472176: In httplib, don't encode the netloc and hostname with "idna" if not...
Georg Brandl [Wed, 3 May 2006 18:03:22 +0000 (18:03 +0000)]
RFE #1472176: In httplib, don't encode the netloc and hostname with "idna" if not necessary.

18 years agoAdd seamonkey to list of Windows browsers too.
Georg Brandl [Wed, 3 May 2006 17:46:13 +0000 (17:46 +0000)]
Add seamonkey to list of Windows browsers too.

18 years agoGet rid of a couple more context object references, fix some markup and clarify what...
Nick Coghlan [Wed, 3 May 2006 13:17:49 +0000 (13:17 +0000)]
Get rid of a couple more context object references, fix some markup and clarify what happens when a generator context function swallows an exception.

18 years agoFinish bringing SVN into line with latest version of PEP 343 by getting rid of all...
Nick Coghlan [Wed, 3 May 2006 13:02:47 +0000 (13:02 +0000)]
Finish bringing SVN into line with latest version of PEP 343 by getting rid of all remaining references to context objects that I could find. Without a __context__() method context objects no longer exist. Also get test_with working again, and adopt a suggestion from Neal for decimal.Context.get_manager()

18 years agoMove network tests from test_urllib2 to test_urllib2net.
Georg Brandl [Wed, 3 May 2006 05:15:10 +0000 (05:15 +0000)]
Move network tests from test_urllib2 to test_urllib2net.

18 years agoPatch #1480067: don't redirect HTTP digest auth in urllib2
Georg Brandl [Wed, 3 May 2006 05:05:02 +0000 (05:05 +0000)]
Patch #1480067: don't redirect HTTP digest auth in urllib2

18 years agoCorrect some formulations, fix XXX comments.
Martin v. Löwis [Wed, 3 May 2006 04:52:04 +0000 (04:52 +0000)]
Correct some formulations, fix XXX comments.

18 years agoWhitespace normalization.
Tim Peters [Wed, 3 May 2006 04:46:14 +0000 (04:46 +0000)]
Whitespace normalization.

18 years agofix up whitespace in prompt strings
Fred Drake [Wed, 3 May 2006 02:29:39 +0000 (02:29 +0000)]
fix up whitespace in prompt strings

18 years agoone more place to avoid extra markup (how many will there be?)
Fred Drake [Wed, 3 May 2006 02:29:09 +0000 (02:29 +0000)]
one more place to avoid extra markup (how many will there be?)

18 years agoone more place to avoid extra markup
Fred Drake [Wed, 3 May 2006 02:27:40 +0000 (02:27 +0000)]
one more place to avoid extra markup

18 years agoat least comment on why curly-quotes are not enabled
Fred Drake [Wed, 3 May 2006 02:12:47 +0000 (02:12 +0000)]
at least comment on why curly-quotes are not enabled

18 years agoavoid ugly markup based on the unfortunate conversions of ">>" and "<<" to
Fred Drake [Wed, 3 May 2006 02:04:40 +0000 (02:04 +0000)]
avoid ugly markup based on the unfortunate conversions of ">>" and "<<" to
guillemets; no need for magic here

18 years agotell LaTeX2HTML to:
Fred Drake [Wed, 3 May 2006 01:48:24 +0000 (01:48 +0000)]
tell LaTeX2HTML to:
- use UTF-8 output
- not mess with the >>> prompt!

18 years agoremove unnecessary assignment
Fred Drake [Wed, 3 May 2006 01:46:52 +0000 (01:46 +0000)]
remove unnecessary assignment

18 years agoUpdate context manager section for removal of __context__
Andrew M. Kuchling [Tue, 2 May 2006 22:47:49 +0000 (22:47 +0000)]
Update context manager section for removal of __context__

18 years agoUse open() instead of file()
Andrew M. Kuchling [Tue, 2 May 2006 21:44:33 +0000 (21:44 +0000)]
Use open() instead of file()

18 years agoHopefully this will fix the spurious failures of test_mailbox.py that I'm
Guido van Rossum [Tue, 2 May 2006 20:47:36 +0000 (20:47 +0000)]
Hopefully this will fix the spurious failures of test_mailbox.py that I'm
experiencing.  (This code and mailbox.py itself are full of calls to file()
that should be calls to open() -- but I'm not fixing those.)

18 years agoDocumentation bug: PySet_Pop() returns a new reference (because the
Armin Rigo [Tue, 2 May 2006 19:52:32 +0000 (19:52 +0000)]
Documentation bug: PySet_Pop() returns a new reference (because the
caller becomes the owner of that reference).

18 years agoGet rid of __context__, per the latest changes to PEP 343 and python-dev
Guido van Rossum [Tue, 2 May 2006 19:47:52 +0000 (19:47 +0000)]
Get rid of __context__, per the latest changes to PEP 343 and python-dev
discussion.
There are two places of documentation that still mention __context__:
Doc/lib/libstdtypes.tex -- I wasn't quite sure how to rewrite that without
spending a whole lot of time thinking about it; and whatsnew, which Andrew
usually likes to change himself.

18 years agoFix the formatting of KeyboardInterrupt -- a bad issubclass() call.
Guido van Rossum [Tue, 2 May 2006 17:36:09 +0000 (17:36 +0000)]
Fix the formatting of KeyboardInterrupt -- a bad issubclass() call.