[pywin32-bugs] [ pywin32-Bugs-3096076 ] input vs raw_input in pythonwin
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2010-10-27 02:46:27
|
Bugs item #3096076, was opened at 2010-10-26 20:28 Message generated for change (Comment added) made by rupole You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3096076&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: pythonwin Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Mark Hammond (mhammond) Assigned to: Nobody/Anonymous (nobody) Summary: input vs raw_input in pythonwin Initial Comment: via a personal email, which included screenshots of 'input' showing the prompt in the interactive window and a blank popup dialog for the input, vs raw_input showing the prompt in the dialog as expected... I have found a strange bug with the function input, for example: number = int(raw_input("Number:")) Will open up an input window that says: "Number:" but using only: number = input("Number:") Will open up an input window that says nothing. ---------------------------------------------------------------------- >Comment By: Roger Upole (rupole) Date: 2010-10-26 21:46 Message: Fixed in app.py 1.18 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3096076&group_id=78018 |