Ran Benita
|
36c6f94de4
|
stdlib/2and3/builtins: change dict.fromkeys to classmethod (#3798)
The referenced issue in mypy is fixed.
|
2020-03-01 23:25:52 -08:00 |
|
Ran Benita
|
0705cd6435
|
stdlib/3/importlib/metadata: add missing "group" attribute to EntryPoint (#3795)
|
2020-02-29 14:26:24 +01:00 |
|
Ran Benita
|
3934da12f6
|
__future__: add _Feature.compiler_flag (#3522)
Documented under the "CompilerFlag" paragraph here:
https://docs.python.org/3/library/__future__.html
|
2019-12-03 13:17:03 +01:00 |
|
Ran Benita
|
e55dad5dd0
|
sys: add pycache_prefix (#3454)
New in Python 3.8:
https://docs.python.org/3.8/library/sys.html#sys.pycache_prefix
|
2019-11-10 23:09:45 +01:00 |
|
Ran Benita
|
3e4a251b2b
|
doctest: fix type of DocTestParser.get_doctest(lineno) (#3206)
Reference:
https://docs.python.org/3/library/doctest.html#doctest.DocTest.lineno
Also noticed a typo in get_examples() argument name.
|
2019-08-24 13:30:13 -07:00 |
|