-
Notifications
You must be signed in to change notification settings - Fork 1.7k
re.compile() method is not part of PyMongo #817
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
Conversation
If using PyMongo's ``re.compile()``, you can write | ||
the above query as: | ||
If you using Python, you can write the above query with the PyMongo | ||
driver and ``re.compile()`` method, as follows: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
using the ``re.compile()`` method to compile a regular expression, as follows:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"If you are using..... the PyMongo driver and using the re.compile()
...." sounds redundant.
With this commit, I've avoided this redundancy:
puentesarrin@108587a
merged! thanks! |
* DOCSP-19595 Connection content on change streams * DOCSP-19595 Updates text for change stream connections * DOCSP-19595 Fixes, per Joe
* (DOCSP-46401) Adds install workaround for m4 chips. * Revises per tech review. (cherry picked from commit 75321bf)
# Backport This will backport the following commits from `master` to `v8.0`: - [DOCSP-48982: OM 7.0.15 rn (#811)](10gen/docs-ops-manager#811) <!--- Backport version: 9.6.0 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport)
No description provided.