Issue521704

classification
Title: no errno module
Type: Severity: normal
Components: Library Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: bckfnn Nosy List: bckfnn, itamar
Priority: normal Keywords:

Created on 2002-02-23.03:34:30 by itamar, last changed 2002-10-09.14:48:29 by bckfnn.

Messages
msg582 (view) Author: Itamar Shtull-Trauring (itamar) Date: 2002-02-23.03:34:30
A lot of existing modules expect errno module to exist
and have some standard values in it. An errno module in
jython, even with fake values, could make these modules
work in most cases, or at the very least import.
msg583 (view) Author: Finn Bock (bckfnn) Date: 2002-10-09.14:48:29
Logged In: YES 
user_id=4201

An errno module is added based on values from CPython 2.2.1
on Win2K.
History
Date User Action Args
2002-02-23 03:34:30itamarcreate