Gentoo Archives: gentoo-dev

From: George Shapovalov <george@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Portage programming question
Date: Sun, 30 Mar 2003 09:12:27
Message-Id: 200303300113.24841.george@gentoo.org
In Reply to: Re: [gentoo-dev] Portage programming question by "Robin H. Johnson"
1 On Saturday 29 March 2003 23:51, Robin H. Johnson wrote:
2 > I'm going to write some C++ or Java instead for what I want. Python
3 > seems to lack the Sets and other sequence datatypes that would be
4 > greatly useful.
5 Well, not sure what are you referring to, but python sure does have sequence
6 types and sets. In fact all sequence types provide set abilities.
7 You might want to take a look here:
8 http://www.python.org/doc/current/lib/typesseq.html
9 and here:
10 http://www.python.org/doc/current/tut/node7.html
11
12 Hope this helps...
13
14 George
15
16 --
17 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Portage programming question "Robin H. Johnson" <robbat2@××××××××××××××.net>