I will port forward to 2.5.
- Bug #1296004: httplib.py: Limit maximal amount of data read from the
socket to avoid a MemoryError on Windows.
+Tools/Demos
+-----------
+
+- Fixed a display glitch in Pynche, which could cause the right arrow to
+ wiggle over by a pixel.
What's New in Python 2.4.2 final?
=================================
return arrow, text
def _x(self):
- coords = self._canvas.bbox(self._TAG)
+ coords = self._canvas.coords(self._TAG)
assert coords
- return coords[2] - 6 # BAW: kludge
+ return coords[0] + self._ARROWWIDTH
\f