diff options
author | Julien Palard <julien@palard.fr> | 2018-11-14 17:19:16 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-11-14 17:19:16 (GMT) |
commit | 137da0c5300c0a196084ab9efa61d116304de224 (patch) | |
tree | 5d3140861e8de63d1f46d07c8cf43281771b940d /Misc/NEWS.d | |
parent | 2094fb03069cb09247d4d85d51b30dec4296bc76 (diff) | |
download | cpython-137da0c5300c0a196084ab9efa61d116304de224.zip cpython-137da0c5300c0a196084ab9efa61d116304de224.tar.gz cpython-137da0c5300c0a196084ab9efa61d116304de224.tar.bz2 |
[3.6] bpo-32613: Update window FAQ (GH-5552). (GH-10545)
(cherry picked from commit 64313478bcbd0a708c3ce5d4d14f977da56e4be9)
Co-authored-by: Julien Palard <julien@palard.fr>
https://bugs.python.org/issue32613
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2018-02-05-15-05-53.bpo-32613.TDjgM1.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-02-05-15-05-53.bpo-32613.TDjgM1.rst b/Misc/NEWS.d/next/Documentation/2018-02-05-15-05-53.bpo-32613.TDjgM1.rst new file mode 100644 index 0000000..d4701c2 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2018-02-05-15-05-53.bpo-32613.TDjgM1.rst @@ -0,0 +1,2 @@ +Update the faq/windows.html to use the py command from PEP 397 instead of +python. |