Staging
v0.8.1
https://github.com/python/cpython
Revision dd844a2916fb3a8f481ec7c732802c13c3375691 authored by Serhiy Storchaka on 22 November 2020, 20:48:52 UTC, committed by GitHub on 22 November 2020, 20:48:52 UTC
The function accepts now the representation of the default state as
empty sequence (as returned by Style.map()).
The structure of the result is now the same on all platform
and does not depend on the value of wantobjects.
1 parent 313467e
Raw File
Tip revision: dd844a2916fb3a8f481ec7c732802c13c3375691 authored by Serhiy Storchaka on 22 November 2020, 20:48:52 UTC
bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300)
Tip revision: dd844a2
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