mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Fixed #8980: distutils.command.check was failing w/ docutils installed
This commit is contained in:
parent
84060b81e3
commit
4bcceef5a1
3 changed files with 10 additions and 7 deletions
|
|
@ -13,7 +13,7 @@ try:
|
|||
from docutils.parsers.rst import Parser
|
||||
from docutils import frontend
|
||||
from docutils import nodes
|
||||
from StringIO import StringIO
|
||||
from io import StringIO
|
||||
|
||||
class SilentReporter(Reporter):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue