diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-08-29 17:41:43 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-08-30 15:05:38 -0300 |
commit | 03ecafdc5834e64cc9f1f1493ddfaa82210ace47 (patch) | |
tree | 043240b06941dc7f54d53f214846c5d6ca0ff14e /keymanager/changes | |
parent | 2e19eccd743648f6573168691c6ef496c1741009 (diff) |
Do not raise on not 2XX error codes
Also accept unicode ascii keys
Diffstat (limited to 'keymanager/changes')
-rw-r--r-- | keymanager/changes/bug_minor_issues | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keymanager/changes/bug_minor_issues b/keymanager/changes/bug_minor_issues new file mode 100644 index 0000000..91a69ed --- /dev/null +++ b/keymanager/changes/bug_minor_issues @@ -0,0 +1,4 @@ + o Do not raise exception when a GET request doesn't return 2XX + code. Nickserver uses error codes for more verbosity in the + result. + o Accept unicode ascii keys along with str.
\ No newline at end of file |