[Python-bugs-list] [ python-Bugs-803413 ] uu.decode prints to stderr

SourceForge.net noreply at sourceforge.net
Tue Sep 9 14:31:26 EDT 2003


Bugs item #803413, was opened at 2003-09-09 23:31
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=803413&group_id=5470

Category: Python Library
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Sami Hangaslammi (shang)
Assigned to: Nobody/Anonymous (nobody)
Summary: uu.decode prints to stderr

Initial Comment:


Python 2.3 final



The standard library function uu.decode prints a

warning message to stderr if there is an error when

decoding the file. This feels like an incorrect

behaviour for a library function.



The warning message can be supressed by providing a

quiet=True parameter, but this is not currently documented.



The relevant line in uu.py is 138

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=803413&group_id=5470



More information about the Python-bugs-list mailing list