summaryrefslogtreecommitdiff
path: root/tests/basic
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2014-11-11 18:59:49 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2014-11-11 19:05:14 +0100
commitb8ba73cd0cb6a3dbdaeb3df65936970956829de3 (patch)
tree6a21c861d3461a6af30358c7b0437c662c33cc5c /tests/basic
parent40ba6f21bb5a728987da9a7055c74fa3c65da4db (diff)
Raised SuspiciousFileOperation in safe_join.
Added a test for the condition safe_join is designed to prevent. Previously, a generic ValueError was raised. It was impossible to tell an intentional exception raised to implement safe_join's contract from an unintentional exception caused by incorrect inputs or unexpected conditions. That resulted in bizarre exception catching patterns, which this patch removes. Since safe_join is a private API and since the change is unlikely to create security issues for users who use it anyway -- at worst, an uncaught SuspiciousFileOperation exception will bubble up -- it isn't documented.
Diffstat (limited to 'tests/basic')
0 files changed, 0 insertions, 0 deletions