diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2017-06-11 16:30:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-11 16:30:57 (GMT) |
commit | f57e34b6725810576a45f015f96de35b723b915f (patch) | |
tree | 759b2f5f0cb5fd0f73d55997637af2615fe75bad /Lib | |
parent | 83d30bd667924549bacf1428ac3e475cdf9792ae (diff) | |
download | cpython-f57e34b6725810576a45f015f96de35b723b915f.zip cpython-f57e34b6725810576a45f015f96de35b723b915f.tar.gz cpython-f57e34b6725810576a45f015f96de35b723b915f.tar.bz2 |
[3.6] Use Travis to make sure all generated files are up to date (GH-2080) (GH-2092)
(cherry picked from commit 0afbabe245)
Also fixes some line endings missed in GH-840 backport.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/ctypes/macholib/fetch_macholib.bat | 2 | ||||
-rwxr-xr-x | Lib/idlelib/idle.bat | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Lib/ctypes/macholib/fetch_macholib.bat b/Lib/ctypes/macholib/fetch_macholib.bat index f474d5c..f9e1c0d 100644 --- a/Lib/ctypes/macholib/fetch_macholib.bat +++ b/Lib/ctypes/macholib/fetch_macholib.bat @@ -1 +1 @@ -svn export --force http://svn.red-bean.com/bob/macholib/trunk/macholib/ .
+svn export --force http://svn.red-bean.com/bob/macholib/trunk/macholib/ . diff --git a/Lib/idlelib/idle.bat b/Lib/idlelib/idle.bat index 3d619a3..e77b96e 100755 --- a/Lib/idlelib/idle.bat +++ b/Lib/idlelib/idle.bat @@ -1,4 +1,4 @@ -@echo off
-rem Start IDLE using the appropriate Python interpreter
-set CURRDIR=%~dp0
-start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
+@echo off +rem Start IDLE using the appropriate Python interpreter +set CURRDIR=%~dp0 +start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9 |