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

A couple of minor adjustments #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

A couple of minor adjustments #19

wants to merge 1 commit into from

Commits on Feb 24, 2017

  1. * Added .get() method to dictionary items to prevent key access errors.

    * Restructured code to be consistent with .get() methods.
    * Improved efficiency by reducing nested code blocks in loops.
    * Improved memory consumption by marking objects for deletion so
      Python GC can clean them up (without manually calling GC).
    * Added __del__ and __exit__ methods to try to safely disconnect from
      MongoDB instance.
    * Comment-out the "server not running with --replSet" log spam.
    * Made it prettier.
    Jamie Ivanov committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    00896f7 View commit details
    Browse the repository at this point in the history