diff options
| author | Michał Górny <mgorny@gentoo.org> | 2017-05-02 15:26:50 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2017-05-02 16:01:01 +0200 |
| commit | 5b7c19ec6a851b706bc26fe8352934de3291cc87 (patch) | |
| tree | 6728901720bdd994f3e77414d7668cb7a6b7ad01 /dev-python/paste/files/paste-1.7.5.1-python27-lambda.patch | |
| parent | faeb8cb8c2461964c726c0fc9a51d7195e00380e (diff) | |
| download | gentoo-5b7c19ec6a851b706bc26fe8352934de3291cc87.tar.gz gentoo-5b7c19ec6a851b706bc26fe8352934de3291cc87.tar.bz2 gentoo-5b7c19ec6a851b706bc26fe8352934de3291cc87.zip | |
dev-python/paste: Clean old versions up
Diffstat (limited to 'dev-python/paste/files/paste-1.7.5.1-python27-lambda.patch')
| -rw-r--r-- | dev-python/paste/files/paste-1.7.5.1-python27-lambda.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-python/paste/files/paste-1.7.5.1-python27-lambda.patch b/dev-python/paste/files/paste-1.7.5.1-python27-lambda.patch deleted file mode 100644 index 91dcad137153d..0000000000000 --- a/dev-python/paste/files/paste-1.7.5.1-python27-lambda.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -r 30425672adf7 paste/auth/cookie.py ---- a/paste/auth/cookie.py Wed Jun 23 17:15:45 2010 -0500 -+++ b/paste/auth/cookie.py Mon Aug 02 20:06:43 2010 -0700 -@@ -62,7 +62,7 @@ - _decode = [(v, k) for (k, v) in _encode] - _decode.reverse() - def encode(s, sublist = _encode): -- return reduce((lambda a, (b, c): a.replace(b, c)), sublist, str(s)) -+ return reduce((lambda a, b: a.replace(b[0], b[1])), sublist, str(s)) - decode = lambda s: encode(s, _decode) - - class CookieTooLarge(RuntimeError): |
