![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: Duplicating Modules
From: Steven D'Aprano <steve@REMOVETHIScyber.com.au>
Date: Sat Oct 01 2005 - 05:57:34 CEST
On Fri, 30 Sep 2005 19:52:56 +0200, Misto . wrote:
> There is a way to dumplicate a module ?
[snip]
> P.S: I know that there is some design Issue here, but my boss says no :)
It depends on what you are expecting to do with the duplicated module. If
py> import sys
But keep in mind that using this method, sys and my_boss_is_an_idiot are
I'm curious... I don't expect you to comment on your boss' mental state,
-- Steven.Received on Sat Oct 15 04:01:47 2005 |