Re: Re: Re: Re: porting unittest.py to Prothon.
"Mark Hahn" <[email protected]> Thu, 24 Jun 2004 11:23:24 -0700
| Newsgroups | gmane.comp.lang.prothon.devel |
|---|---|
| Message-ID | <[email protected]> |
"Serge Orlov" <[email protected]> wrote in message news:[email protected]... > > Mark Hahn wrote: > > Serge Orlov wrote: > > >> If the module is just a collection of functions like pyCompat > >> or math, the ability to say "import all functions" is needed. > > > OK, I give in. You win the argument. It's on the to-do list. I'm no match > > for you in an argument. :-) > > Actually I just asked for the status of this feature. I'm not > absolutely sure about how it should work. See my reply to Greg. > Have you seen pep 328? > > from MODULE import NAMES as RENAME searching HOW Yuck.