Changes between Initial Version and Version 1 of Ticket #21874, comment 5


Ignore:
Timestamp:
Jan 27, 2014, 2:46:39 PM (10 years ago)
Author:
Carl Meyer

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21874, comment 5

    initial v1  
    33Even with this pull request, that's possible by just giving a bogus path, like eggs do - but that's a bit ugly as an official recommendation for a real use case.
    44
    5 My inclination is to go with this strict (but backwards compatible) approach for 1.7 and see if use cases pop up for apps without a filesystem location. But that means that third-party code written for 1.7 and assuming that ``appconfig.path`` must be a string would later be broken if we decide that `None` is a valid value for ``appconfig.path`` after all.
     5My inclination is to go with this strict (but backwards compatible) approach for 1.7 and see if use cases pop up for apps without a filesystem location. But that means that third-party code written for 1.7 and assuming that ``appconfig.path`` must be a string would later be broken if we decide that `None` is a valid value for `appconfig.path` after all.
Back to Top