Re: Re: Re: porting unittest.py to Prothon.
"Mark Hahn" <[email protected]> Wed, 23 Jun 2004 21:35:03 -0700
| Newsgroups | gmane.comp.lang.prothon.devel |
|---|---|
| Message-ID | <[email protected]> |
Serge Orlov wrote: > the fix for bug 38 broke it, but here is the relevant code Actually it didn't. That broke by coincidence with another change. There is a new interim release 659 that your code works in now. I've also fixed up Slice to be a first-class object. I've also made getItem_, SetItem_, and delItem_ accept any objects instead of just slices. This only works to replace Slice(obj) for one obj. If you want Slice with two or three objects you have to use a real Slice constructor.