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:
Ian Cordasco 2015-12-07 22:50:39 -06:00
parent d5e3987a9c
commit 5021da880c
2 changed files with 22 additions and 9 deletions

View file

@ -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
------------------