[Patches] [ python-Patches-1005895 ] curses for win32
SourceForge.net
noreply at sourceforge.net
Wed Jun 15 21:20:27 CEST 2005
Patches item #1005895, was opened at 2004-08-09 07:05
Message generated for change (Comment added) made by akuchling
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1005895&group_id=5470
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: Modules
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Alexandr Zamaraev (shura_zam)
>Assigned to: Jason Tishler (jlt63)
Summary: curses for win32
Initial Comment:
I have paths for compile _curses module.
I use
compiler - mingw32 v3.3.1
curses library - Public Domain Curses (PDCurses 2.6)
----------------------------------------------------------------------
>Comment By: A.M. Kuchling (akuchling)
Date: 2005-06-15 15:20
Message:
Logged In: YES
user_id=11375
In the cursesmodule patch, the first argument to intrflush
is changed from NULL to stdscr. Why? According to the
ncurses man page, the window argument is ignored.
use_env() is apparently a no-op for PDcurses; why not just
remove the Python-visible use_env function completely?
In the setting of _C_API_VERSION, what does the string
"PDCurses M" mean? (In particular, what does the 'M' stand
for?)
Except for the above questions, the patches to
test_curses.py and _cursesmodule.c look OK. I have no
access to a Windows machine and no way to test them or the
new .mak file, so I'm reassigning this bug to Jason Tishler,
who does a lot of Cygwin work. Jason, please feel free to
ask me any questions you might have about curses, the
_cursesmodule.c file, or whatever.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1005895&group_id=5470
More information about the Patches
mailing list