[PATCH 5 of 9] inotify: removed exception args indexing (not supported by py3k)

Dirkjan Ochtman dirkjan at ochtman.nl
Thu Jul 15 04:22:10 CDT 2010


On Thu, Jul 15, 2010 at 04:18, Renato Cunha <renatoc at gmail.com> wrote:
> # HG changeset patch
> # User Renato Cunha <renatoc at gmail.com>
> # Date 1279159401 10800
> # Branch stable
> # Node ID 3a94f478b97a024269ef42d83ecd1bf4b2e5b457
> # Parent  12c5cab6b8b8594f6b3df9833bee0b4fc59e49ee
> inotify: removed exception args indexing (not supported by py3k)
>
> Py3k removed __getitem__ for exception classes. The correct way of getting the
> exception arguments is by using the args method.

Whoever pushes these should probably collapse 5-7.

Cheers,

Dirkjan


More information about the Mercurial-devel mailing list