diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-11-22 08:50:02 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-11-22 08:50:02 (GMT) |
commit | 4ebbefe677f47a8e4f624737338f22e714a7e5bc (patch) | |
tree | 97c83b07d392f2c0272c287f27abea3f98dd798d /Misc | |
parent | 2607e6c02195538db13b8c3d5d8c7d6b820df71a (diff) | |
download | cpython-4ebbefe677f47a8e4f624737338f22e714a7e5bc.zip cpython-4ebbefe677f47a8e4f624737338f22e714a7e5bc.tar.gz cpython-4ebbefe677f47a8e4f624737338f22e714a7e5bc.tar.bz2 |
Patch #1362975: Rework CodeContext indentation algorithm to
avoid hard-coding pixel widths. Also make the text's scrollbar
a child of the text frame, not the top widget.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -101,6 +101,9 @@ Core and builtins Library ------- +- Patch #1362975: Rework CodeContext indentation algorithm to + avoid hard-coding pixel widths. + - Patch #1070046: Marshal new-style objects like InstanceType in xmlrpclib. |