[pywin32-bugs] [ pywin32-Patches-3048854 ] mdi_pychecker_update.patch
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2010-12-18 00:40:50
|
Patches item #3048854, was opened at 2010-08-20 04:22 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=3048854&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: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: kxroberto (kxroberto) Assigned to: Nobody/Anonymous (nobody) Summary: mdi_pychecker_update.patch Initial Comment: few things didn't work smooth ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2010-12-18 11:40 Message: Checked in the first part of the patch - thanks! Checking in mdi_pychecker.py; new revision: 1.6; previous revision: 1.5 ---------------------------------------------------------------------- Comment By: kxroberto (kxroberto) Date: 2010-08-26 19:07 Message: the first part "--only" is just a pychecker default option to test/report errors only of code in the explicitely checked file(s) - reasonable for a pychecker run from IDE, and generally. (most python/3rd party *-imported modules (import * from xyz) otherwise cause a lot of less relevant warnings, as only few people use pychecker/pylint. ) yes, the second part is needless if the other patch was accepted ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2010-08-25 17:52 Message: I just changed scriptutils.JumpToDocument to return None on error and your recent patch changed it to return the view object on success - so I think the second part of this patch is no longer needed. What is the first part for? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=3048854&group_id=78018 |