Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[python 3.0] reload() gone?


  • From: tjreedy at udel.edu (Terry Reedy)
  • Subject: [python 3.0] reload() gone?
  • Date: Fri, 31 Aug 2007 17:12:38 -0400

"Bernard Lebel" <3dbernard at gmail.com> wrote in message 
news:61d0e2b40708311110l5a13819fh4e6b2aafe928b44d at mail.gmail.com...
|I read in the Python 3.0 documentation that reload() was removed,
| without further explanations.
|
| http://docs.python.org/dev/3.0/whatsnew/3.0.html?highlight=reload

The .a1 release docs are a bit skimpy in places.  Reload() often does not 
do what people want or expect.

| So what are we supposed to do to reload modules?

He once said he was working on a replacement that he was first testing on 
himself.  I guess it did not make .a1.


tjr