My presentation for Pycon is coming together, but I need to make sure
my information about compiling Python and Python extensions for
Windows is correct. I'm really only experienced with this on the Linux
side of things.
First of all, is the Windows FAQ fairly up to date? Should people be
referrin
I've released version 1.2 of my simple Facebook module, minifb.
http://code.google.com/p/minifb/
This is a minimalist API for validating and making calls to Facebook.
The new release fixes a few outstanding problems, and adds support for
Python 3. Because the module isn't too large, writing it in
On Jun 2, 11:54 pm, Ben Finney wrote:
> When making an announcement of a new version of a project, please
> summarise in the announcement what that project is (i.e. what the
> program does)
This module has a reimport function that works as a replacement for
the reload builtin. It does a respectab
I've implemented a working reimport that, "does what you want". After
a bit of testing with friends, I'm releasing version 1.0 tonight.
http://code.google.com/p/reimport/
There's still work to do, but this already does a bit of fancy
transmuting to push the reimport changes into the runtime. This