John Keeping <j...@keeping.me.uk> writes:

> git-p4 supports Python 2.6 and later versions of Python 2.  Since Python
> 2.8 will never exist [1], it is most concise to just list the supported
> versions.

Thanks; Eric's patch recently updated git-p4.py to require 2.4 I
think. Shouldn't it also be updated?

>
> [1] http://www.python.org/dev/peps/pep-0404/
>
> Signed-off-by: John Keeping <j...@keeping.me.uk>
> Acked-by: Pete Wyckoff <p...@padd.com>
> ---
> Since v1:
>  - Fixed a typo in the commit message.
>
>  INSTALL | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/INSTALL b/INSTALL
> index 28f34bd..c456d1c 100644
> --- a/INSTALL
> +++ b/INSTALL
> @@ -131,7 +131,7 @@ Issues of note:
>         use English. Under autoconf the configure script will do this
>         automatically if it can't find libintl on the system.
>  
> -     - Python version 2.6 or later is needed to use the git-p4
> +     - Python version 2.6 or 2.7 is needed to use the git-p4
>         interface to Perforce.
>  
>   - Some platform specific issues are dealt with Makefile rules,
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to