| commit | 5c069fd4b18f0a44e22b995d3bb3be9f4b5572e1 | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Tue Apr 28 16:09:16 1998 +0000 |
| committer | Guido van Rossum <guido@python.org> | Tue Apr 28 16:09:16 1998 +0000 |
| tree | 79d2985bd34fa77e45a89fff180f77b7ff1e08e0 | |
| parent | 239a218baccafc2a27ed21beaecd42bcab70c5fd [diff] |
Generate the clear() method manually (calling __GLclear(), another name for clear()). This fixes the name clash with curses. (Jack)