Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jotform/jotform-api-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: raysull/jotform-api-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 4, 2020

  1. update jotform.py to python 3 compatibility

    Removed urllib2 references, updated to urllib.request.Request().
    specified urllib.parse.urelencode() to have .encode("utf-8")
    changed print to print()
    raysull authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    f6ed447 View commit details
    Browse the repository at this point in the history
  2. update README for more accurate python snippets

    specify the module when calling
    change print to print()
    raysull authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    245f799 View commit details
    Browse the repository at this point in the history
  3. specify this repository

    raysull authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    bfcee39 View commit details
    Browse the repository at this point in the history
  4. remove import *

    raysull authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    33fe634 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    raysull authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    74b281e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    227bec2 View commit details
    Browse the repository at this point in the history
Loading