Older blog entries for eopadoan (starting at number 8)

"RedirectedIO context manager and redirect_io decorator" recipe

My first recipe on ASPN.

13 Nov 2007 (updated 16 Nov 2007 at 13:09 UTC) »
Reinteract is fun. I present you rehtml:

[UPDATE] Forget the code you saw here, and checkout this project. Also take a look at this list of extensions.

Ubuntu 7.10 released - Bittorrent links

TODO(wnload) when I get at home:

Ubuntu 7.10 Desktop (i386) torrent

Ubuntu 7.10 Server (i386) torrent

Last week: 3 days teaching Python at FATEC. Thanks people, that was awesome!

Last weekend: Installed Foresight on my laptop. Great distro. More on that later.

Immutable Bytes PEP

It seems that the Py3k "bytes" will be immutable (just like the Python 2.x "str"), and a "buffer" type will be mutable. Just see the new PEP 3137

4 Sep 2007 (updated 4 Sep 2007 at 12:58 UTC) »

Update: Do you know of any other migration initiative? Please, tell me!

3 Sep 2007 (updated 4 Sep 2007 at 02:01 UTC) »
ArsTechnica's first look at Python 3.0 a1

At ArsTechnica, in "Open Ended", Ryn Paul talks about Python 3.0 first alpha. He shows an install trouble he had (I'm almost sure he is not using make altinstall), and focuses the rest of his article on Python 3.0 new string formatting features (more about it in the new ReST docs).

I like the way PEP 3101 is now: the formatting language is only complex when you want to do complex things :), and we dont need a complete programming language inside strings.

I hope a 2to3 fixer could translate the most commom uses of %-interpolation to .format(), but I'm not sure that old-style interpolation will be removed from Py3k. For an example, if the string on the left is not a literal, it is not possible to translate with a 2to3 fixer.

Python 3.0 alpha 1 released

As announced by GvR:

The release is available from http://python.org/download/releases/3.0/

I'll send a longer announcement to python-list and python-announce-list. Please blog about this if you have a blog!

Thanks to all who helped out! It's been a great ride.

I will write more about Python 3.0 soon.

In other news: new bug tracker (bye sourceforge!) and new (ReST powered) docs. Awesome times in Python-land!

Hello Advogato! I intent to use this space to talk about Python. See ya!

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!