Staging
v0.5.1
https://github.com/python/cpython
Revision d89cea15ad37e873003fc74ec2c77660ab620b00 authored by Daniel Andersson on 13 November 2019, 09:03:45 UTC, committed by Vinay Sajip on 13 November 2019, 09:03:45 UTC
This makes it easier to use a custom buffer when subclassing
MemoryHandler (by avoiding the explicity empty list literal
assignment in the flush method). For example, collection.deque
can now be used without any modifications to MemoryHandler.flush.

The same applies to BufferingHandler.
1 parent 9c28449
Raw File
Tip revision: d89cea15ad37e873003fc74ec2c77660ab620b00 authored by Daniel Andersson on 13 November 2019, 09:03:45 UTC
bpo-38781: Clear buffer in MemoryHandler flush (GH-17132)
Tip revision: d89cea1
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general, this means that everyone is expected to be **open**, **considerate**, and
**respectful** of others no matter what their position is within the project.

back to top