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

SignedCookieJar and PermanentCookieJar properly delegate everything to parent_jar #6745

Closed
wants to merge 3 commits into from

Commits on Nov 22, 2012

  1. SignedCookieJar and PermanentCookieJar properly delegate everything t…

    …o parent_jar
    
    Earlier it was not possible to do cookies.signed.delete or
    cookies.permanent.clear, cause this and other methods were not properly
    deletegated to parent jar and were called on SignedCookieJar (or
    PermanentCookieJar) itself, which raised errors. Now SignedCookieJar and
    PermanentCookieJar can be used anywhere, where regular CookieJar is
    acceptable.
    fxposter committed Nov 22, 2012
    Copy the full SHA
    fa46aa1 View commit details
    Browse the repository at this point in the history
  2. Add more cookie tests

    fxposter committed Nov 22, 2012
    Copy the full SHA
    52a4346 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ba7d38a View commit details
    Browse the repository at this point in the history