Commit 90747a0
committed
Fix escaping of nulls and "0" in default filenames.
Adding a test for this required tweaking a bit the behavior of non-GUI
managers (so that they also store the window title); note that the
comment of non-GUIs returning None was clearly wrong.1 parent 9f7b3dd commit 90747a0
2 files changed
Lines changed: 13 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2220 | 2220 | | |
2221 | 2221 | | |
2222 | 2222 | | |
2223 | | - | |
| 2223 | + | |
2224 | 2224 | | |
2225 | 2225 | | |
2226 | 2226 | | |
| |||
2730 | 2730 | | |
2731 | 2731 | | |
2732 | 2732 | | |
2733 | | - | |
2734 | | - | |
2735 | | - | |
2736 | | - | |
2737 | | - | |
| 2733 | + | |
| 2734 | + | |
2738 | 2735 | | |
2739 | 2736 | | |
2740 | 2737 | | |
2741 | 2738 | | |
2742 | 2739 | | |
2743 | | - | |
2744 | | - | |
2745 | 2740 | | |
2746 | 2741 | | |
2747 | 2742 | | |
2748 | 2743 | | |
2749 | 2744 | | |
| 2745 | + | |
| 2746 | + | |
| 2747 | + | |
| 2748 | + | |
| 2749 | + | |
| 2750 | + | |
2750 | 2751 | | |
2751 | 2752 | | |
2752 | 2753 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| |||
0 commit comments