]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport 1.13 through 1.15, after getting a begging letter from a certain
authorAnthony Baxter <anthonybaxter@gmail.com>
Thu, 18 Dec 2003 09:43:33 +0000 (09:43 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Thu, 18 Dec 2003 09:43:33 +0000 (09:43 +0000)
commitbe42922c5851bc1467559c30941d8913f5e6b159
tree7ea77e716c5a2f536a4064ba69128fda384ba30a
parent74397ce052f9ea13214b16a828f2266c33e31327
Backport 1.13 through 1.15, after getting a begging letter from a certain
BDFL <wink>

  The fullmodname() function chopped off the first character if the
  module existed in the current directory.

  Open results files, which contain binary pickles, in binary mode.
  Remove fallback code that tries to read marshal data from a results
  file, since this module never writes marshal data.
Lib/trace.py