Skip to content

Commit 3d0d566

Browse files
committed
Add notes to changes and readme
1 parent 27a1ae8 commit 3d0d566

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CHANGES.txt

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Since build 228:
2121
after this call, `arg1.value` was actually the value for `arg2`, and
2222
vice-versa (#1303, #622).
2323

24+
* Fixed a bug that Pythonwin had an empty `sys.argv` (@kxrob in #1607)
25+
2426
* Fixed a bug that prevented win32process.ReadProcessMemory() from working
2527
in all scenarios (#1599)
2628

@@ -52,6 +54,10 @@ Notable changes in this transition:
5254

5355
* Pythonwin's default encoding is now utf-8 (#1559)
5456

57+
* The build environment has been greatly simplified - you just need Visual
58+
Studio and a Windows 10 SDK. (The free compilers probably work too, but
59+
haven't been tested - let me know your experiences!)
60+
5561
Since build 227:
5662
----------------
5763
* Support for for win32evtlog.EvtFormatMessage and EvtCreateRenderContext

README.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ By far the easiest way to use pywin32 is to grab binaries from the [most recent
4242

4343
## Installing via PIP
4444

45-
Note that PIP support is experimental.
46-
4745
You can install pywin32 via pip:
4846
> pip install pywin32
4947
@@ -54,11 +52,10 @@ the following command from an elevated command prompt:
5452
> python Scripts/pywin32_postinstall.py -install
5553
5654
## Building from source
57-
Building from source is extremely complicated due to the fact we support building
58-
old versions of Python using old versions of Windows SDKs. If you just want to
59-
build the most recent version, you can probably get away with installing the
60-
same MSVC version used to build that version of Python, grabbing a recent
61-
Windows SDK and running `setup.py`
55+
56+
Building from source has been simplified recently - you just need Visual Studio
57+
and the Windows 10 SDK installed (the free compilers probably work too, but
58+
haven't been tested - let me know your experiences!)
6259

6360
`setup.py` is a standard distutils build script. You probably want:
6461

0 commit comments

Comments
 (0)