sphinx/sphinx/directives
Jon Dufresne 02fea029bf Prefer builtin open() over io.open() and codecs.open()
In Python3, the functions io.open() is an alias of the builtin open()
and codecs.open() is functionally equivalent. To reduce indirection,
number of imports, and number of patterns, always prefer the builtin.

https://docs.python.org/3/library/io.html#high-level-module-interface

> io.open()
>
> This is an alias for the builtin open() function.
2018-09-11 05:45:36 -07:00
..
__init__.py refactor: Replace Directive by SphinxDirective 2018-05-11 12:10:09 +09:00
code.py Prefer builtin open() over io.open() and codecs.open() 2018-09-11 05:45:36 -07:00
other.py Fix #4379: toctree shows confusible warning when document is excluded 2018-09-02 20:27:39 +09:00
patches.py Remove unused code 2018-05-19 16:06:18 +09:00