@@ -14,10 +14,10 @@ Subject: distutils-install-layout
14
14
8 files changed, 88 insertions(+), 33 deletions(-)
15
15
16
16
diff --git a/Lib/pydoc.py b/Lib/pydoc.py
17
- index 8aed6c0..2332e72 100644
17
+ index 831c99d..aadf242 100644
18
18
--- a/Lib/pydoc.py
19
19
+++ b/Lib/pydoc.py
20
- @@ -570 ,6 +570 ,7 @@ def getdocloc(self, object, basedir=sysconfig.get_path('stdlib')):
20
+ @@ -579 ,6 +579 ,7 @@ def getdocloc(self, object, basedir=sysconfig.get_path('stdlib')):
21
21
'marshal', 'posix', 'signal', 'sys',
22
22
'_thread', 'zipimport') or
23
23
(file.startswith(basedir) and
@@ -213,7 +213,7 @@ index 67acf0f..689bfe1 100644
213
213
CONFINCLUDEPY= $(CONFINCLUDEDIR)/python$(LDVERSION)
214
214
215
215
diff --git a/Modules/getpath.py b/Modules/getpath.py
216
- index c34101e..4df5c6e 100644
216
+ index be22103..b8916a4 100644
217
217
--- a/Modules/getpath.py
218
218
+++ b/Modules/getpath.py
219
219
@@ -179,9 +179,9 @@
@@ -229,10 +229,10 @@ index c34101e..4df5c6e 100644
229
229
VENV_LANDMARK = 'pyvenv.cfg'
230
230
ZIP_LANDMARK = f'{platlibdir}/python{VERSION_MAJOR}{VERSION_MINOR}{ABI_THREAD}.zip'
231
231
diff --git a/configure b/configure
232
- index 6e1b393..ee3abab 100755
232
+ index bb77c55..c2f9c035 100755
233
233
--- a/configure
234
234
+++ b/configure
235
- @@ -26128 ,11 +26128 ,11 @@ fi
235
+ @@ -26134 ,11 +26134 ,11 @@ fi
236
236
237
237
238
238
@@ -246,7 +246,7 @@ index 6e1b393..ee3abab 100755
246
246
247
247
PLATLIBDIR="lib"
248
248
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for --with-platlibdir" >&5
249
- @@ -26151 ,7 +26151 ,7 @@ then
249
+ @@ -26157 ,7 +26157 ,7 @@ then
250
250
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
251
251
printf "%s\n" "yes" >&6; }
252
252
PLATLIBDIR="$withval"
@@ -255,7 +255,7 @@ index 6e1b393..ee3abab 100755
255
255
else
256
256
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
257
257
printf "%s\n" "no" >&6; }
258
- @@ -26166 ,9 +26166 ,9 @@ fi
258
+ @@ -26172 ,9 +26172 ,9 @@ fi
259
259
260
260
261
261
if test x$PLATFORM_TRIPLET = x; then
@@ -268,7 +268,7 @@ index 6e1b393..ee3abab 100755
268
268
269
269
270
270
diff --git a/configure.ac b/configure.ac
271
- index 6d44be8..82fba82 100644
271
+ index 653cd3f..852f2da 100644
272
272
--- a/configure.ac
273
273
+++ b/configure.ac
274
274
@@ -6235,11 +6235,11 @@ fi
0 commit comments