X Tutup
Skip to content

Commit fc632e3

Browse files
Merge with 3.5.
2 parents d7e60b1 + a3a1995 commit fc632e3

File tree

11 files changed

+24
-0
lines changed

11 files changed

+24
-0
lines changed

Lib/pydoc.py

100755100644
File mode changed.

Lib/site-packages/README

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This directory exists so that 3rd party packages can be installed
2+
here. Read the source for site.py for more details.

Lib/test/regrtest.py

100755100644
File mode changed.

Lib/timeit.py

100755100644
File mode changed.

Parser/asdl_c.py

100755100644
File mode changed.

Tools/buildbot/build-amd64.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@rem Formerly used by the buildbot "compile" step.
2+
@echo This script is no longer used and may be removed in the future.
3+
@echo To get the same effect as this script, use
4+
@echo PCbuild\build.bat -d -e -k -p x64
5+
call "%~dp0build.bat" -p x64 %*

Tools/buildbot/clean-amd64.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@rem Formerly used by the buildbot "clean" step.
2+
@echo This script is no longer used and may be removed in the future.
3+
@echo To get the same effect as this script, use `clean.bat` from this
4+
@echo directory and pass `-p x64` as two arguments.
5+
call "%~dp0clean.bat" -p x64 %*

Tools/buildbot/external-amd64.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@echo This script is no longer used and may be removed in the future.
2+
@echo Please use PCbuild\get_externals.bat instead.
3+
@"%~dp0..\..\PCbuild\get_externals.bat" %*

Tools/buildbot/external.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@echo This script is no longer used and may be removed in the future.
2+
@echo Please use PCbuild\get_externals.bat instead.
3+
@"%~dp0..\..\PCbuild\get_externals.bat" %*

Tools/buildbot/test-amd64.bat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@rem Formerly used by the buildbot "test" step.
2+
@echo This script is no longer used and may be removed in the future.
3+
@echo To get the same effect as this script, use
4+
@echo PCbuild\rt.bat -q -d -x64 -uall -rwW
5+
@echo or use `test.bat` in this directory and pass `-x64` as an argument.
6+
call "%~dp0test.bat" -x64 %*

0 commit comments

Comments
 (0)
X Tutup