diff options
author | Paul Moore <p.f.moore@gmail.com> | 2019-03-30 16:32:05 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2019-03-30 16:32:05 (GMT) |
commit | e724152796a5a41544f52054506c6c2248242a5d (patch) | |
tree | d0c43f7affad109765d06e02be6f29ce23324a6e /Misc | |
parent | e653d4d8e820a7a004ad399530af0135b45db27a (diff) | |
download | cpython-e724152796a5a41544f52054506c6c2248242a5d.zip cpython-e724152796a5a41544f52054506c6c2248242a5d.tar.gz cpython-e724152796a5a41544f52054506c6c2248242a5d.tar.bz2 |
bpo-36010: Add venv to the nuget distribution (GH-12367)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2019-03-16-10-24-58.bpo-36010.dttWfp.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-03-16-10-24-58.bpo-36010.dttWfp.rst b/Misc/NEWS.d/next/Windows/2019-03-16-10-24-58.bpo-36010.dttWfp.rst new file mode 100644 index 0000000..32c57c4 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2019-03-16-10-24-58.bpo-36010.dttWfp.rst @@ -0,0 +1 @@ +Add the venv standard library module to the nuget distribution for Windows.
\ No newline at end of file |