Mercurial > piecrust2
view CHANGELOG.rst @ 182:a54d3c0b5f4a
tests: Patch `os.path.exists` and improve patching for `open`.
You can specify additional modules for which to patch `open`.
Also, it was incorrectly updating the opened file, even when it was opened
for read only. Now it only updates the contents if the file was opened for
write, and supports appending to the end.
Last, it supports opening text files in binary mode.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 04 Jan 2015 14:55:41 -0800 |
parents | 8f7ba2c95025 |
children | 1856e7aa6ce8 |
line wrap: on
line source
CHANGELOG ========= This is the changelog for PieCrust. The first section deals with the latest changes in the development branch (``default`` in Mercurial, ``master`` in Git). The second section deals with changes in the stable branch (``stable`` in Mercurial, ``git-stable`` in Git), but those changes are also included in the development branch (the development branch is ahead of the stable branch). Fresh changes ------------- *None... this stuff is still being prepared...* Frozen changes -------------- *None... this stuff is still being prepared...*