On 05 Jul 2012 11:55:33 GMT
Steven D'Aprano wrote:
> On Thu, 05 Jul 2012 12:29:24 +0200, Olive wrote:
>
> > I am learning python -:)
> >
> > I am creating a new class: package (to analyse the packages
> > database in some linux distros). I have created a class package
> > such that package("str
On 5/07/12 12:47:52, Chris Angelico wrote:
> On Thu, Jul 5, 2012 at 8:29 PM, Olive wrote:
>> I am creating a new class: package (to analyse the packages database in
>> some linux distros). I have created a class package such that
>> package("string") give me an instance of package if string is a c
On Thu, 05 Jul 2012 12:29:24 +0200, Olive wrote:
> I am learning python -:)
>
> I am creating a new class: package (to analyse the packages database in
> some linux distros). I have created a class package such that
> package("string") give me an instance of package if string is a correct
> repre
On Thu, Jul 5, 2012 at 8:29 PM, Olive wrote:
> I am creating a new class: package (to analyse the packages database in
> some linux distros). I have created a class package such that
> package("string") give me an instance of package if string is a correct
> representation of a package. I would li
I am learning python -:)
I am creating a new class: package (to analyse the packages database in
some linux distros). I have created a class package such that
package("string") give me an instance of package if string is a correct
representation of a package. I would like that if pack is already a