case sensitivity and XML
Blake Winton
bwinton at tor.dhs.org
Tue May 23 22:12:01 EDT 2000
More information about the Python-list mailing list
Tue May 23 22:12:01 EDT 2000
- Previous message (by thread): case sensitivity and XML
- Next message (by thread): case sensitivity and XML
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 23 May 2000 08:43:26 -0700, Emile van Sebille wrote: > >>>> class Foo: > pass > >>>> foo=Foo() >>>> foo.FOo=1 >>>> foo.FOo=[1,2,3,4] I think you mispelled Foo... No, really... :) and I'm not sure who's point I'm proving by pointing this out... >>>> foo.FOO=[10,11,12,13] >>>> foo.FoO=[20,21,22,23] >>>> map(lambda FOo,FOO,FoO: FOo+FOO+FoO,foo.FOo,foo.FOO,foo.FoO) Later, Blake. -- 9:06pm up 13:13, 1 user, load average: 0.00, 0.00, 0.00
- Previous message (by thread): case sensitivity and XML
- Next message (by thread): case sensitivity and XML
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list