[pywin32-bugs] [ pywin32-Bugs-2869632 ] win32com makepy has a print statement in it
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2009-10-14 02:21:08
|
Bugs item #2869632, was opened at 2009-09-29 09:38 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2869632&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: com Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: David Moore (igalboc) Assigned to: Nobody/Anonymous (nobody) Summary: win32com makepy has a print statement in it Initial Comment: It is very difficult to redirect print statements when using win32com inside an application, and extra verbosity on the command line can confuse users. Please change to using the standard logging module for errors and warnings, as these can be managed more effectively. The print statement should at the least be changed to a sys.stderr write to match the other errors. ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2009-10-14 02:21 Message: This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2009-09-29 10:00 Message: sounds reasonable - please consider sending a patch... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2869632&group_id=78018 |