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

Read only #19

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Read only #19

wants to merge 4 commits into from

Commits on Sep 29, 2015

  1. Adding "readonly" option to constructor to avoid writes.

    Read-only disables `__delitem__` and `__setitem__` and `__del__`
    maxhutch committed Sep 29, 2015
    Configuration menu
    Copy the full SHA
    721b9d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e435e66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62f7f74 View commit details
    Browse the repository at this point in the history
  4. Maybe too soon for 3.5

    maxhutch committed Sep 29, 2015
    Configuration menu
    Copy the full SHA
    4293016 View commit details
    Browse the repository at this point in the history