Issue 3540: NotEmptyErrorError - Python tracker

Issue3540

Created on 2008-08-11 09:59 by mft, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg71007 - (view) Author: MATSUI Tetsushi (mft) Date: 2008-08-11 09:59
In the library reference of mailbox, 
NotEmptyError appears as NotEmptyErrorError.

For exampe:
http://docs.python.org/dev/3.0/library/mailbox.html#mailbox.NotEmptyErrorError
msg71008 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-08-11 10:27
Thanks, fixed in r65639.
History
Date User Action Args
2022-04-11 14:56:37adminsetgithub: 47790
2008-08-11 10:27:49georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg71008
2008-08-11 09:59:33mftcreate