![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: New Python chess module
From: Pekka Karjalainen <pkarjala@mail.student.oulu.fi>
Date: Fri Sep 30 2005 - 16:07:23 CEST
> Its still rough around the edges and not fully tested. I'll eventualy
Somebody ought to comment this in more detail...
I have one minor point. It looks like your test whether the location is on
>>> [x for x in range(10) if 2<x<7] # 2<x<7 means 2<x and x<7
Read about it in the reference:
-- Pekka Henrik Karjalainen who still occasionally writes if (test): because of all the CReceived on Sat Oct 15 04:00:09 2005 |