We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba8d9b commit 77a5dddCopy full SHA for 77a5ddd
lib/matplotlib/compat/subprocess.py
@@ -1,8 +1,6 @@
1
"""
2
A replacement wrapper around the subprocess module, with a number of
3
work-arounds:
4
-- Provides the check_output function (which subprocess only provides from Python
5
- 2.7 onwards).
6
- Provides a stub implementation of subprocess members on Google App Engine
7
(which are missing in subprocess).
8
- Use subprocess32, backport from python 3.2 on Linux/Mac work-around for
0 commit comments