Kaydet (Commit) c4b09b44 authored tarafından Guido van Rossum's avatar Guido van Rossum

Add note about profile fix.

üst 3899d74c
...@@ -21,6 +21,11 @@ Library ...@@ -21,6 +21,11 @@ Library
- doctest now excludes functions and classes not defined by the module - doctest now excludes functions and classes not defined by the module
being tested, thanks to Tim Hochberg. being tested, thanks to Tim Hochberg.
- profile now produces correct output in situations where an exception
raised in Python is cleared by C code (e.g. hasattr()). This used
to cause wrong output, including spurious claims of recursive
functions and attribution of time spent to the wrong function.
- quopri's encode and decode methods take an optional header parameter, - quopri's encode and decode methods take an optional header parameter,
which indicates whether output is intended for the header 'Q' encoding. which indicates whether output is intended for the header 'Q' encoding.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment