]> granicus.if.org Git - python/commit
Changes submitted by Marc-Andre Lemburg to add two tables: errorcode
authorGuido van Rossum <guido@python.org>
Sun, 28 Sep 1997 05:41:56 +0000 (05:41 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 28 Sep 1997 05:41:56 +0000 (05:41 +0000)
commit49f9d8e4051f11b40ca554bce988ce291af3ad8c
treebd7ef229228d34c3c2ff527890dc39e7a488f75d
parent4518823ad0e7a408ef664dcebe8907ca66b72750
Changes submitted by Marc-Andre Lemburg to add two tables: errorcode
maps errno numbers to errno names (e.g. EINTR), and errorcode maps
them to message strings.  (The latter is redundant because
the new call posix.strerror() now does the same, but alla...)
Modules/errnomodule.c