mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-16 17:19:52 +00:00
Update stdin_get_value monkey-patching
Let's use an enclosed function to replace the stdin_get_value function on pep8. Closes #107
This commit is contained in:
parent
d5e3987a9c
commit
5021da880c
2 changed files with 22 additions and 9 deletions
|
|
@ -1,13 +1,19 @@
|
|||
CHANGES
|
||||
=======
|
||||
|
||||
2.x.y - 2015-aa-bb
|
||||
2.5.1 - 2015-12-15
|
||||
------------------
|
||||
|
||||
- **Bug** Properly look for ``.flake8`` in current working directory
|
||||
(`GitLab#103`_)
|
||||
|
||||
- **Bug** Monkey-patch ``pep8.stdin_get_value`` to cache the actual value in
|
||||
stdin. This helps plugins relying on the function when run with
|
||||
multiprocessing. (`GitLab#105`_, `GitLab#107`_)
|
||||
|
||||
.. _GitLab#103: https://gitlab.com/pycqa/flake8/issues/103
|
||||
.. _GitLab#105: https://gitlab.com/pycqa/flake8/issues/105
|
||||
.. _GitLab#107: https://gitlab.com/pycqa/flake8/issues/107
|
||||
|
||||
2.5.0 - 2015-10-26
|
||||
------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue