-
Notifications
You must be signed in to change notification settings - Fork 815
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
Make adodbapi's readme a neatly formatted markdown with more links #2352
base: main
Are you sure you want to change the base?
Conversation
The adodbapi mailing lists have been deactivated. Submit comments to the | ||
[python-win32 mailing list](https://mail.python.org/mailman/listinfo/python-win32) . | ||
|
||
* the bug tracker on <https://sf.net/projects/adodbapi/> may be checked, (infrequently). |
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.
- the bug tracker on https://sf.net/projects/adodbapi/ may be checked, (infrequently).
Is this still true ?
------------ | ||
|
||
* (CPython on Windows): Install [pywin32](https://pypi.org/project/pywin32/) (`pip install pywin32`) which includes adodbapi. | ||
* (IronPython on Windows): Refer to <http://sf.net/projects/adodbapi> instead. |
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.
Is it worth mentioning that the last version of pywin32 supporting IronPython is 306 ?
|
||
* 100% [DB-API 2.0 (PEP 249)](https://peps.python.org/pep-0249/) compliant (including most extensions and recommendations). | ||
* Includes [PyUnit](https://wiki.python.org/moin/PyUnit) testcases that describe how to use the module. | ||
* Fully implemented in Python. -- runs in current versions of Python 3. |
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.
- Fully implemented in Python. -- runs in current versions of Python 3.
This feels redundant with Prerequisites below
Make adodbapi's readme a neatly formatted markdown with more links
View the new readme as rendered by GitHub: https://github.com/Avasam/pywin32/blob/adodbapi-readme/adodbapi/README.md
@vernondcole I see there's a changelog in this readme. Would you like me to move my list of adodbapi changes written in https://github.com/mhammond/pywin32/blob/main/CHANGES.txt here instead ? Maybe create a
CHANGES.md
for adodbapi itself ?