]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix bug #417212: "curses.newwin can return pads" by changing the Python
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 14 Jul 2001 20:38:30 +0000 (20:38 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 14 Jul 2001 20:38:30 +0000 (20:38 +0000)
commit5a76c44181465060ecde3588491d5c98eb979a1d
tree13fbc277cd961e3971ae1f098b7faa0af156374f
parent9eb27a89d8e37504a685651963c390bf8ebf78ca
Fix bug #417212: "curses.newwin can return pads" by changing the Python
   newwin() wrapper to always return a window, and never a pad.  This makes
   the code match the documentation.
Modules/_cursesmodule.c