diff --git a/pep.rst b/pep.rst index 9e7201e4..fcffe45e 100644 --- a/pep.rst +++ b/pep.rst @@ -1,6 +1,6 @@ PEP: 9999 Title: Type Manipulation -Author: Michael J. Sullivan , Daniel W. Park , Yury Selivanov +Author: Michael J. Sullivan , Daniel W. Park , Yury Selivanov Discussions-To: Pending Status: Draft Type: Standards Track diff --git a/scripts/build-peps.sh b/scripts/build-peps.sh index f6110b9e..81195e74 100755 --- a/scripts/build-peps.sh +++ b/scripts/build-peps.sh @@ -5,7 +5,7 @@ export LANG=C.utf8 mkdir -p build cd build if [ ! -d peps ]; then - git clone --depth=1 https://github.com/python/peps/ + git clone --depth=1 -b emails https://github.com/msullivan/peps/ fi cd peps/peps if [ ! -s pep-9999.rst ]; then