-
Notifications
You must be signed in to change notification settings - Fork 799
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,35 @@ | ||
<!-- | ||
Note that issues in this repository are only for bugs or feature requests in the pywin32. | ||
**If you need support or help using this package, please follow [these instructions](https://github.com/mhammond/pywin32/blob/master/README.md#support)** - support or help requests will be closed without comment. | ||
--> | ||
|
||
For all bugs, please provide the following information. | ||
For all bugs, please provide the following information: | ||
|
||
* Expected behavior and actual behavior. | ||
## Expected behavior and actual behavior | ||
|
||
* Steps to reproduce the problem. | ||
## Steps to reproduce the problem | ||
<!-- Prefer using code snippets rather than a screenshot. Please include a full minimal reproduction if possible. --> | ||
|
||
* Version of Python and pywin32 | ||
1. ... | ||
2. ... | ||
3. ... | ||
|
||
```python | ||
|
||
``` | ||
|
||
## System information | ||
|
||
Python version and distribution: | ||
<!-- If uncertain, run: python -V --> | ||
|
||
pywin32 version: | ||
|
||
Installed from PyPI or exe installer: | ||
|
||
Windows Version: | ||
<!-- You can find this under "System Information", ie: Version 10.0.19045 Build 19045 --> | ||
|
||
DLL locations: | ||
<!-- Run: python -c "import pywintypes,pythoncom;print(pywintypes.__file__,pythoncom.__file__,sep='\n')" --> |