[pywin32-bugs] [ pywin32-Patches-2813056 ] fix for interactive colorization problem
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2010-08-27 07:37:52
|
Patches item #2813056, was opened at 2009-06-27 08:58 Message generated for change (Settings changed) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=2813056&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: markt (metolone) Assigned to: Nobody/Anonymous (nobody) Summary: fix for interactive colorization problem Initial Comment: Steps to reproduce: 1. Open pythonwin.exe and make sure interactive window is visible. 2. In the interactive window, press CTRL-A, DEL to clear the window and hit Enter a few times. The first line will be a blue proportional font like the initial banner. 3. Open a python script that generates a few lines of output. 4. In the interactive window, press CTRL-A, DEL, then run run the script. The output will be the banner font. This patch corrects this problem. Hope you like it. It was generated from the 2.6 -213 release and works on win32 and win64 versions. I tested on 3.0 -213 release as well. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2010-08-27 17:37 Message: Thanks! Checking in CHANGES.txt; new revision: 1.61; previous revision: 1.60 Checking in pythonwin/pywin/framework/interact.py; new revision: 1.25; previous revision: 1.24 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=2813056&group_id=78018 |