yet another fix for the fact that python will try to resolve and everything
as a symlink to set as sys.argv[0]. Really, just plain wow.
This commit is contained in:
parent
7a9c92b4bb
commit
c2cc4f3abd
@ -19,7 +19,7 @@
|
||||
Summary: An interpreted, interactive, object-oriented programming language.
|
||||
Name: %{python}
|
||||
Version: %{pybasever}.1
|
||||
Release: 10
|
||||
Release: 11
|
||||
License: PSF - see LICENSE
|
||||
Group: Development/Languages
|
||||
Provides: python-abi = %{pybasever}
|
||||
@ -358,6 +358,11 @@ rm -fr $RPM_BUILD_ROOT
|
||||
%{_libdir}/python%{pybasever}/lib-dynload/_tkinter.so
|
||||
|
||||
%changelog
|
||||
* Sun Sep 25 2005 Peter Jones <pjones@redhat.com> 2.4.1-11
|
||||
- Fixed bug #169159 (check for argc>0 and argv[0] == NULL, not just
|
||||
argv[0][0]='\0')
|
||||
Reworked the patch from -8 a bit more.
|
||||
|
||||
* Fri Sep 23 2005 Mihai Ibanescu <misa@redhat.com> 2.4.1-10
|
||||
- Fixed bug #169159 (don't let python core dump if no arguments are passed in)
|
||||
Reworked the patch from -8 a bit more.
|
||||
|
Loading…
x
Reference in New Issue
Block a user