mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	Rename bytesobject.c back to stringobject.c to keep with the PyString theme.
Part of reverting most of r63675 per the mailing list discussion.
This commit is contained in:
		
							parent
							
								
									482f31299c
								
							
						
					
					
						commit
						b7fea62cca
					
				
					 6 changed files with 6 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -303,7 +303,6 @@ OBJECT_OBJS=	\
 | 
			
		|||
		Objects/bufferobject.o \
 | 
			
		||||
		Objects/bytes_methods.o \
 | 
			
		||||
		Objects/bytearrayobject.o \
 | 
			
		||||
		Objects/bytesobject.o \
 | 
			
		||||
		Objects/cellobject.o \
 | 
			
		||||
		Objects/classobject.o \
 | 
			
		||||
		Objects/cobject.o \
 | 
			
		||||
| 
						 | 
				
			
			@ -329,6 +328,7 @@ OBJECT_OBJS=	\
 | 
			
		|||
		Objects/rangeobject.o \
 | 
			
		||||
		Objects/setobject.o \
 | 
			
		||||
		Objects/sliceobject.o \
 | 
			
		||||
		Objects/stringobject.o \
 | 
			
		||||
		Objects/structseq.o \
 | 
			
		||||
		Objects/tupleobject.o \
 | 
			
		||||
		Objects/typeobject.o \
 | 
			
		||||
| 
						 | 
				
			
			@ -563,8 +563,6 @@ Objects/unicodeobject.o: $(srcdir)/Objects/unicodeobject.c \
 | 
			
		|||
 | 
			
		||||
Objects/stringobject.o: $(srcdir)/Objects/stringobject.c \
 | 
			
		||||
				$(STRINGLIB_HEADERS)
 | 
			
		||||
Objects/bytesobject.o: $(srcdir)/Objects/bytesobject.c \
 | 
			
		||||
				$(STRINGLIB_HEADERS)
 | 
			
		||||
 | 
			
		||||
Python/formatter_unicode.o: $(srcdir)/Python/formatter_unicode.c \
 | 
			
		||||
				$(STRINGLIB_HEADERS)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -241,7 +241,7 @@ SOURCE=..\..\Objects\bytearrayobject.c
 | 
			
		|||
# End Source File
 | 
			
		||||
# Begin Source File
 | 
			
		||||
 | 
			
		||||
SOURCE=..\..\Objects\bytesobject.c
 | 
			
		||||
SOURCE=..\..\Objects\stringobject.c
 | 
			
		||||
# End Source File
 | 
			
		||||
# Begin Source File
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -446,7 +446,7 @@
 | 
			
		|||
			RelativePath="..\..\Objects\bytearrayobject.c">
 | 
			
		||||
		</File>
 | 
			
		||||
		<File
 | 
			
		||||
			RelativePath="..\..\Objects\bytesobject.c">
 | 
			
		||||
			RelativePath="..\..\Objects\stringobject.c">
 | 
			
		||||
		</File>
 | 
			
		||||
		<File
 | 
			
		||||
			RelativePath="..\..\Objects\bytes_methods.c">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1379,7 +1379,7 @@
 | 
			
		|||
				>
 | 
			
		||||
			</File>
 | 
			
		||||
			<File
 | 
			
		||||
				RelativePath="..\..\Objects\bytesobject.c"
 | 
			
		||||
				RelativePath="..\..\Objects\stringobject.c"
 | 
			
		||||
				>
 | 
			
		||||
			</File>
 | 
			
		||||
			<File
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1379,7 +1379,7 @@
 | 
			
		|||
				>
 | 
			
		||||
			</File>
 | 
			
		||||
			<File
 | 
			
		||||
				RelativePath="..\Objects\bytesobject.c"
 | 
			
		||||
				RelativePath="..\Objects\stringobject.c"
 | 
			
		||||
				>
 | 
			
		||||
			</File>
 | 
			
		||||
			<File
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue