Field not in camel case notation

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Works as Designed
    • Priority: Unknown
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • 🔵 Done
    • Python Drivers
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?
    • None
    • None
    • None
    • None
    • None
    • None

      Detailed steps to reproduce the problem?

      In this file:
      https://github.com/mongodb/mongo-python-driver/blame/master/pymongo/uri_parser_shared.py
      in row 59, app name is written "appname", while every other field is written in camel case notation, so I think it should be "appName".
      Can you verify if this is expected behavior or a bug?

      Definition of done: what must be done to consider the task complete?

      If the bug is confirmed, change line 59 with "appName"

      The exact Python version used, with patch level:

      $ python -c "import sys; print(sys.version)"

      3.11.13 (main, Jun 12 2025, 11:05:34) [Clang 17.0.0 (clang-1700.0.13.5)]

      The exact version of PyMongo used, with patch level:

      $ python -c "import pymongo; print(pymongo.version); print(pymongo.has_c())"

      4.14.1
      True

      Describe how MongoDB is set up. Local vs Hosted, version, topology, load balanced, etc.

      Local

      The operating system and version (e.g. Windows 7, OSX 10.8, ...)

      MacOS 15.6.1

      Web framework or asynchronous network library used, if any, with version (e.g. Django 1.7, mod_wsgi 4.3.0, gevent 1.0.1, Tornado 4.0.2, ...)

      Not used

      Security Vulnerabilities

      If you’ve identified a security vulnerability in a driver or any other MongoDB project, please report it according to the instructions here

            Assignee:
            Iris Ho
            Reporter:
            BeppeCastiello N/A
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: