[issue1763] Get path to shell/known folders on Windows

2014-12-20 Thread Martin Panter

Changes by Martin Panter :


--
nosy: +vadmium

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1763] Get path to shell/known folders on Windows

2014-12-20 Thread Jason R. Coombs

Jason R. Coombs added the comment:

+1 from me for supporting this functionality in Python natively.

I tried winpaths but it doesn't yet support Python 3. I've e-mailed the author 
so it might be considered for a future release.

--
nosy: +jason.coombs

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1763] Get path to shell/known folders on Windows

2014-02-03 Thread Mark Lawrence

Changes by Mark Lawrence :


--
nosy:  -BreamoreBoy

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1763] Get path to shell/known folders on Windows

2013-11-17 Thread Serhiy Storchaka

Changes by Serhiy Storchaka :


--
nosy:  -serhiy.storchaka

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1763] Get path to shell/known folders on Windows

2013-06-24 Thread Christian Heimes

Christian Heimes added the comment:

Here is a patch that returns the paths of all known SHGetKnownFolderPath() and 
SHGetFolderPath(). SHGetKnownFolderPath() is currently not available for Python 
3.4 as Python 3.4 still uses Windows XP API but SHGetKnownFolderPath() requires 
Vista or newer.

http://msdn.microsoft.com/en-us/library/windows/desktop/bb776911%28v=vs.85%29.aspx

--
title: Winpath module - easy access to Windows directories like My Documents -> 
Get path to shell/known folders on Windows
Added file: http://bugs.python.org/file30689/1763_knownfolders.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com