Re: [PATCH] INSTALL: git-p4 doesn't support Python 3

2013-01-20 Thread John Keeping
On Sat, Jan 19, 2013 at 05:31:35PM -0800, David Aguilar wrote: > On Sat, Jan 19, 2013 at 4:01 AM, John Keeping wrote: >> Since Pyhton >> 2.8 will never exist [1] > > Tiny typo: Python misspelled as Pyhton Thanks. v2 on its way. John -- To unsubscribe from this list: send the line "unsubscrib

Re: [PATCH] INSTALL: git-p4 doesn't support Python 3

2013-01-19 Thread David Aguilar
On Sat, Jan 19, 2013 at 4:01 AM, John Keeping wrote: > Since Pyhton > 2.8 will never exist [1] Tiny typo: Python misspelled as Pyhton -- David -- 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://v

Re: [PATCH] INSTALL: git-p4 doesn't support Python 3

2013-01-19 Thread Pete Wyckoff
j...@keeping.me.uk wrote on Sat, 19 Jan 2013 12:01 +: > git-p4 supports Python 2.6 and later versions of Python 2. Since Pyhton > 2.8 will never exist [1], it is most concise to just list the supported > versions. > > [1] http://www.python.org/dev/peps/pep-0404/ > > Signed-off-by: John Keepi

[PATCH] INSTALL: git-p4 doesn't support Python 3

2013-01-19 Thread John Keeping
git-p4 supports Python 2.6 and later versions of Python 2. Since Pyhton 2.8 will never exist [1], it is most concise to just list the supported versions. [1] http://www.python.org/dev/peps/pep-0404/ Signed-off-by: John Keeping --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)