beets/docs
Adrian Sampson 2023344019 Windows: fix relative paths in normpath()
The changes introduced in rc1 caused paths to be syspath-ified before they were
passed to os.path.abspath. The magic prefix caused them to be interpreted as
absolute paths even if they were relative. The fix is, in this *isolated*
case, to use Unicode but prefix-free paths in calls to the os.path.* functions.
Those functions need to act on Unicode objects but seem to be purely syntactic
-- nothing is tripped up by using long filenames without the magic prefix.
2012-12-19 12:19:23 -08:00
..
guides remove link to GitHub downloads page 2012-12-17 23:32:55 -08:00
plugins improve some short plugin descriptions 2012-12-17 17:29:24 -08:00
reference GH-69/GC-450: docs, changelog, simplification 2012-12-05 09:10:07 -08:00
changelog.rst Windows: fix relative paths in normpath() 2012-12-19 12:19:23 -08:00
conf.py fetchart: fix exception when source returns None 2012-12-17 23:22:45 -08:00
index.rst translate changelog 2011-09-17 16:41:35 -07:00
Makefile Sphinx documentation skeleton 2011-09-16 13:57:15 -07:00