Skip to content
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

Package initialization made possible when executed in environments with... #2719

Merged
merged 1 commit into from Jan 13, 2014

Commits on Jan 11, 2014

  1. Package initialization made possible when executed in environments wh…

    …ithout access to the home directory.
    
    Functions _get_xdg_config_dir(), _get_xdg_cache_dir(), _get_config_or_cache_dir() allow now the use of the environment variables XDG_CONFIG_HOME resp. XDG_CACHE_HOME without requiring access to the home directory (f.ex. in batch jobs on clusters).
    
    Before, the definitions of the environment variables would not have been used when the home directory was not accessible. Nevertheless, the standard does not bind the variable definitions to the existence of home directories (only the default values are defined with respect to them).
    michs committed Jan 11, 2014
    Copy the full SHA
    98439df View commit details
    Browse the repository at this point in the history