Commit 991aacd
committed
Don't pass \x00 to winstr.
Due to the hack in idle that we've added in idle to support the curses shipped
with Python 3.3, we need to drop \x00s. winstr doesn't like them but we ungetch
them in idle.
--HG--
branch : 0.12-bugfix1 parent acc08ce commit 991aacd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1616 | 1616 | | |
1617 | 1617 | | |
1618 | 1618 | | |
1619 | | - | |
| 1619 | + | |
1620 | 1620 | | |
1621 | 1621 | | |
1622 | 1622 | | |
| |||
0 commit comments