summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-07-22 22:16:45 +0000
committerIan Cordasco <graffatcolmingov@gmail.com>2016-07-22 22:16:45 +0000
commit698079f87a017dc7170d9c5f14627d71a47b5aba (patch)
treea577be8345803d2c7429517a1dc61e51e15568f8 /docs
parenta8753b3ff94bac4adb5763abb7f7f2d2fbc20b19 (diff)
parent4a46412bf6007356775657e4f0bc452564dec2d1 (diff)
downloadflake8-698079f87a017dc7170d9c5f14627d71a47b5aba.tar.gz
Merge branch 'windows-bugs' into 'master'
Check for both os.path.sep and os.path.altsep *Description of changes* When normalizing paths, we want to handle the following cases: - Someone is using a Windows-style path on Windows - Someone is using a Unix style path on Unix - Someone is using a Unix style path on Windows os.path.sep will handle the native directory separator character while os.path.altsep (when set) will handle alternate separators. Further, os.path.abspath does the right thing on Windows when handed a Unix-style path. *Related to:* #175 See merge request !81
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions