-
-
Notifications
You must be signed in to change notification settings - Fork 627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to ConfigObj 5.x.y #4470
Comments
Comment 1 by jteh (in reply to comment description) on 2014-12-02 03:21
Don't we already support this? Many users have non-ASCII names in their username, which means there would be non-ASCII characters in their config path. |
I've attempted an update to version 5.0.6, but it broke my config. Seems like there have been some changes that need to be addressed first. |
Update configobj is at "latest master" (5.1.0dev) rather than 5.0.6 to solve a validation import error Closes #4470
Yuck, I just discovered that #7945 adds configobj 5.1.0dev while still using the old configobj under the hood. I will fix this in a new pr. There's no need to revert the old pr, though, since it actually doesn't break anything. |
Reported by nvdakor on 2014-09-19 20:51
Hi,
As of NVDA 2014.3, ConfigObj 4.7.2 is used to retrieve, manage and store preferences. Now that a new version of ConfigObj has been released in 2014, I propose upgrading to ConfigObj 5.x.y (preferably 5.0.6, released in August 2014).
By upgrading to ConfigObj 5.x.y, NVDA users and developers will be able to:
Thanks.
The text was updated successfully, but these errors were encountered: