diff options
| author | Chris McDonough <chrism@plope.com> | 2013-10-01 21:43:36 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-10-01 21:43:36 -0400 |
| commit | 073e5247f4adf68fe96423d6669b437dc6f337a8 (patch) | |
| tree | f864ea57c7057fbea9c78798220a6c773581c4f2 /CHANGES.txt | |
| parent | fd078969a105d421f9e07aad9a7a720e2f5f2900 (diff) | |
| download | pyramid-073e5247f4adf68fe96423d6669b437dc6f337a8.tar.gz pyramid-073e5247f4adf68fe96423d6669b437dc6f337a8.tar.bz2 pyramid-073e5247f4adf68fe96423d6669b437dc6f337a8.zip | |
- Fix the ``pcreate`` script so that when the target directory name ends with a
slash it does not produce a non-working project directory structure.
Previously saying ``pcreate -s starter /foo/bar/`` produced different output
than saying ``pcreate -s starter /foo/bar``. The former did not work
properly.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 8b2210a99..34e722fd6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,15 @@ Unreleased ========== +Bug Fixes +--------- + +- Fix the ``pcreate`` script so that when the target directory name ends with a + slash it does not produce a non-working project directory structure. + Previously saying ``pcreate -s starter /foo/bar/`` produced different output + than saying ``pcreate -s starter /foo/bar``. The former did not work + properly. + Documentation ------------- |
