Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
3a70e3f9
Kaydet (Commit)
3a70e3f9
authored
Eyl 06, 2002
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Get rid of non-ascii characters.
üst
82a9b60b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
cfmfile.py
Mac/Lib/cfmfile.py
+4
-4
No files found.
Mac/Lib/cfmfile.py
Dosyayı görüntüle @
3a70e3f9
"""codefragments.py -- wrapper to modify code fragments."""
# 1998, Just van Rossum, Letterror
#
(c)
1998, Just van Rossum, Letterror
__version__
=
"0.8b3"
__author__
=
"jvr"
...
...
@@ -70,7 +70,7 @@ class CfrgResource:
try
:
data
=
Res
.
Get1Resource
(
'cfrg'
,
0
)
.
data
except
Res
.
Error
:
raise
Res
.
Error
,
"no
cfrg
resource found"
,
sys
.
exc_traceback
raise
Res
.
Error
,
"no
'cfrg'
resource found"
,
sys
.
exc_traceback
finally
:
Res
.
CloseResFile
(
resref
)
Res
.
UseResFile
(
currentresref
)
...
...
@@ -146,7 +146,7 @@ class FragmentDescriptor:
def
getfragment
(
self
):
if
self
.
where
<>
1
:
raise
error
,
"cant read fragment, unsupported location"
raise
error
,
"can
'
t read fragment, unsupported location"
f
=
open
(
self
.
path
,
"rb"
)
f
.
seek
(
self
.
offset
)
if
self
.
length
:
...
...
@@ -158,7 +158,7 @@ class FragmentDescriptor:
def
copydata
(
self
,
outfile
):
if
self
.
where
<>
1
:
raise
error
,
"cant read fragment, unsupported location"
raise
error
,
"can
'
t read fragment, unsupported location"
infile
=
open
(
self
.
path
,
"rb"
)
if
self
.
length
==
0
:
infile
.
seek
(
0
,
2
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment