![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: "no variable or argument declarations are necessary."
From: Paul Rubin <//phr.cx@NOSPAM.invalid>
Date: Wed Oct 05 2005 - 22:36:26 CEST
Brian Quinlan <brian@sweetapp.com> writes:
Come on, you are asking silly questions. Any reasonable C compiler
> > XML_NAMESPACE would be declared in the xml.dom module and the type
If type checking is implemented then the stdlib should be updated to
> try:
This wouldn't be allowed.
> 2. the compiler does not have access to the names in other modules anyway
You're being silly again. The compiler would examine the other module
> How would you find the class definition for the Node object at
By processing the xml.dom module when it's imported.
> And by "slots" do you mean the existing Python slots concept or
Probably something new, if the existing concept is incompatible in some way.
> So only pre-defined slotted attributes would be accessable (if the
Yes, correct, many people already think the existing __slots__
|