diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-09-10 19:37:42 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-09-10 19:37:42 (GMT) |
commit | b54a068204ab4ae62b05414d910313f7d732e416 (patch) | |
tree | 42653733f01b905ea3eb747fa7faba6275716d80 /PC/readme.txt | |
parent | 920f6db10b8ebe59190f33d588fcdaa7b2b452a2 (diff) | |
download | cpython-b54a068204ab4ae62b05414d910313f7d732e416.zip cpython-b54a068204ab4ae62b05414d910313f7d732e416.tar.gz cpython-b54a068204ab4ae62b05414d910313f7d732e416.tar.bz2 |
Issue #25022: Remove PC/example_nt/
It was very much outdated, and the topic is better covered elsewhere.
Diffstat (limited to 'PC/readme.txt')
-rw-r--r-- | PC/readme.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/PC/readme.txt b/PC/readme.txt index 60f231e..99006bf 100644 --- a/PC/readme.txt +++ b/PC/readme.txt @@ -71,8 +71,6 @@ getpathp.c Default sys.path calculations (for all PC platforms). dllbase_nt.txt A (manually maintained) list of base addresses for various DLLs, to avoid run-time relocation. -example_nt A subdirectory showing how to build an extension as a - DLL. Legacy support for older versions of Visual Studio ================================================== |