We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f27f3f commit b9e35a2Copy full SHA for b9e35a2
pep.rst
@@ -1,6 +1,6 @@
1
PEP: 9999
2
Title: Type Manipulation
3
-Author: Michael J. Sullivan <sully@msully.net>, Daniel W. Park <dnwpark@protonmail.com>, Yury Selivanov <yury@edgedb.com>
+Author: Michael J. Sullivan <sully@vercel.com>, Daniel W. Park <daniel.park@vercel.com>, Yury Selivanov <yury@vercel.com>
4
Discussions-To: Pending
5
Status: Draft
6
Type: Standards Track
scripts/build-peps.sh
@@ -5,7 +5,7 @@ export LANG=C.utf8
mkdir -p build
cd build
7
if [ ! -d peps ]; then
8
- git clone --depth=1 https://github.com/python/peps/
+ git clone --depth=1 -b emails https://github.com/msullivan/peps/
9
fi
10
cd peps/peps
11
if [ ! -s pep-9999.rst ]; then
0 commit comments