This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nnorwitz
Recipients
Date 2003-03-18.13:43:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=33168

Rather than implement the attached patch, I have removed the
test for getlogin().  The test had minimal benefit (it only
tested that getlogin() took no arguments).  It failed
several times for several different reasons.  It could also
fail under screen.  See
http://mail.python.org/pipermail/python-dev/2003-March/034120.html

Checked in as Lib/test/test_posix.py 1.5
History
Date User Action Args
2007-08-23 14:11:39adminlinkissue697556 messages
2007-08-23 14:11:39admincreate