[Python-checkins] peps: Moved ambv/typehinting repo to python/typing. Yeah!

guido.van.rossum python-checkins at python.org
Fri Jan 22 19:26:25 EST 2016


https://hg.python.org/peps/rev/cb4e45cda67a
changeset:   6206:cb4e45cda67a
user:        Guido van Rossum <guido at python.org>
date:        Fri Jan 22 16:26:17 2016 -0800
summary:
  Moved ambv/typehinting repo to python/typing. Yeah!

files:
  pep-0484.txt |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/pep-0484.txt b/pep-0484.txt
--- a/pep-0484.txt
+++ b/pep-0484.txt
@@ -1715,10 +1715,10 @@
    http://aroberge.blogspot.com/2015/01/type-hinting-in-python-focus-on.html
 
 .. [github]
-   https://github.com/ambv/typehinting
+   https://github.com/python/typing
 
 .. [issues]
-   https://github.com/ambv/typehinting/issues
+   https://github.com/python/typing/issues
 
 .. [peps]
    https://hg.python.org/peps/file/tip/pep-0484.txt

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list