Skip to content

Commit

Permalink
Merge pull request #1 from alecghica/master
Browse files Browse the repository at this point in the history
Cosmetics
  • Loading branch information
tseaver committed Apr 23, 2013
2 parents 5f327a4 + a34a000 commit 15da831
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
9 changes: 3 additions & 6 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Change History
1.1.1 (unreleased)
==================

- Nothing changed yet.

- Code and ReST markup cosmetics.
[alecghica]

1.1.0 (2013-02-12)
==================
Expand All @@ -16,14 +16,12 @@ Change History

- Removed Python 2.4 and Python 2.5 support.


1.0.2 (2012-12-02)
==================

- Fixed: the fix included in 1.0.1 caused multiple pids to be written
to the lock file


1.0.1 (2012-11-30)
==================

Expand All @@ -38,7 +36,6 @@ Change History
- Using Python's ``doctest`` module instead of depreacted
``zope.testing.doctest``.


1.0.0 (2008-10-18)
==================

Expand All @@ -47,4 +44,4 @@ Change History
1.0.0b1 (2007-07-18)
====================

Initial release
- Initial release
1 change: 0 additions & 1 deletion src/zc/lockfile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def _lock_file(file):
except IOError:
raise LockError("Couldn't lock %r" % file.name)


def _unlock_file(file):
# File is automatically unlocked on close
pass
Expand Down

0 comments on commit 15da831

Please sign in to comment.