From ac8ac3a07ede50d07ebf36891ebc5ed35e307c55 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sun, 5 Aug 2012 21:26:16 -0500 Subject: [PATCH] request.args(-i), issue 919, thanks David Adley --- VERSION | 2 +- gluon/storage.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 6298bfa5..ed0953b0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-08-05 21:21:08) dev +Version 2.00.0 (2012-08-05 21:26:13) dev diff --git a/gluon/storage.py b/gluon/storage.py index d6a277ce..b4b73c56 100644 --- a/gluon/storage.py +++ b/gluon/storage.py @@ -26,7 +26,8 @@ class List(list): """ def __call__(self, i, default=None, cast=None, url_onerror=None): - if 0<=i