[Python-checkins] r67520 - peps/trunk/pep-0101.txt

Barry Warsaw barry at python.org
Thu Dec 4 16:01:06 CET 2008


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Dec 4, 2008, at 9:29 AM, christian.heimes wrote:

> Author: christian.heimes
> Date: Thu Dec  4 15:29:51 2008
> New Revision: 67520
>
> Log:
> Explain how to bump up the version numbers for Windows builds
>
> Modified:
>   peps/trunk/pep-0101.txt
>
> Modified: peps/trunk/pep-0101.txt
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- peps/trunk/pep-0101.txt	(original)
> +++ peps/trunk/pep-0101.txt	Thu Dec  4 15:29:51 2008
> @@ -161,6 +161,13 @@
>
>           ___ Update the version number in configure.in and re-run  
> autoconf.
>
> +          ___ Update the version numbers for the Windows builds in  
> PC/ and
> +              PCbuild/, which have references to python26.
> +
> +              % find PC/ PCbuild/ \( -type f -and -not -wholename  
> '*/.svn/*' \) | xargs sed -i 's/python26/python27/g'
> +              % svn mv PC/os2emx/python26.def PC/os2emx/python27.def
> +
> +
>

Can you add this to release.py?

- -Barry

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Darwin)

iQCVAwUBSTfwsnEjvBPtnXfVAQLkWAP8C5ZuIAHVh9XMOQ9+eJn0w72ScI9ThFRr
Wwpy1RUpJgb80Tw/6W6Zh13w14G1hg0zaYoHiSOeacVzbP1iPtkhrgfS2NENqQ9m
Tp0E8KXOF1wUzb6c1jzcnILYrf9e/dLIjCto255BdKnOEoP7FfQHRhzwS8b9HbRw
Ffh+8efEfGQ=
=mTfi
-----END PGP SIGNATURE-----


More information about the Python-checkins mailing list